|
Как создать 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&msg=32077734&tid=2171536]: |
0ms |
get settings: |
10ms |
get forum list: |
12ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
24ms |
get topic data: |
11ms |
get forum data: |
3ms |
get page messages: |
39ms |
get tp. blocked users: |
1ms |
others: | 287ms |
total: | 395ms |
0 / 0 |