Patrice Bourdages
Jun 19th, 2000, 01:54 AM
I'm stuck.
I need to convert a Clipper (xBASE compiler) with .dbf files into a VB application connected to a SQL Server 7.0.
I'm totaly lost with the ADO stuff... Is there a simple explanation or notes somewhere that I could read in order to better understand what is going on...
Here's the code I need to convert (example):
function open_table()
use temp new exclusive alias Temp
use tablsigm new exclusive alias Sigma
index on TableName to TablSigm
use layas400 new exclusive alias LayoutAS400
zap
use dictionr new exclusive alias Dictionnary
index on FieldName to dictionr
return(.t.)
How do I "open" all those SQL table (they are transfered on the SQL server as of now) from within VB using the ADO syntax...
I'll have some more question... I'll keep them for later...
Sincerely yours,
Patrice :-)
I need to convert a Clipper (xBASE compiler) with .dbf files into a VB application connected to a SQL Server 7.0.
I'm totaly lost with the ADO stuff... Is there a simple explanation or notes somewhere that I could read in order to better understand what is going on...
Here's the code I need to convert (example):
function open_table()
use temp new exclusive alias Temp
use tablsigm new exclusive alias Sigma
index on TableName to TablSigm
use layas400 new exclusive alias LayoutAS400
zap
use dictionr new exclusive alias Dictionnary
index on FieldName to dictionr
return(.t.)
How do I "open" all those SQL table (they are transfered on the SQL server as of now) from within VB using the ADO syntax...
I'll have some more question... I'll keep them for later...
Sincerely yours,
Patrice :-)