|
Как создать dbf файл формата dbase 3, dbase 5
|
|||
---|---|---|---|
#18+
Как в VB создать dbf файл формата dbase 3, dbase 5 ... |
|||
:
Нравится:
Не нравится:
|
|||
09.12.2002, 14:00 |
|
Как создать dbf файл формата dbase 3, dbase 5
|
|||
---|---|---|---|
#18+
Вот так: Dim c As New ADODB.Connection Dim path As String '===== Путь к DBF path = "c:\MY_DBF\" c.Open ("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & path & ";User ID=Admin;Password=;Extended Properties=dBase IV") '===== Создаем DBF c.Execute "create table MY_TABLE (pole1 date,pole2 char(25),pole3 float)" c.Close Set c=Nothing ... |
|||
:
Нравится:
Не нравится:
|
|||
10.12.2002, 11:17 |
|
|
start [/forum/topic.php?fid=60&gotonew=1&tid=2171536]: |
0ms |
get settings: |
11ms |
get forum list: |
10ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
52ms |
get topic data: |
13ms |
get first new msg: |
31ms |
get forum data: |
3ms |
get page messages: |
52ms |
get tp. blocked users: |
2ms |
others: | 12ms |
total: | 194ms |
0 / 0 |