Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inseting Data Into Access From SQL 7
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00575821
Message ID:
00576925
Views:
31
Congrats.

>Well, I figured it out finlly!! Take a look:
>
>dim cnn as ADODB.Connection
>dim strSQL as String
>set cnn = new ADODB.Connection
>
>cnn.Open "String to Access DB to Insert data Into"
>
>'The Third Lines is the Key One. this is the SQL server DSN
>strSQL = "INSERT INTO TradingDate (dTradingDate) "
>strSQL = strSQL & " SELECT dTradingDate "
>strSQL = strSQL & " FROM [ODBC;DSN=LIVE;UID=sa;PWD=;].Orders"
>
>cnn.Execute strSQL
>
>'You know the rest of this one. This is the only way I got this one to work.
>
>Jason
Igor Gelin
Database Developer
Previous
Reply
Map
View

Click here to load this message in the networking platform