|
-
Nov 1st, 2000, 03:54 PM
#1
Thread Starter
PowerPoster
Is it possible to connect to a SQL 7 Server via the standard data control?? Reason being, using this control is the only way I can figure out how to use a bookmark. ADODC is giving me fits trying to use the bookmark property.
Any suggestions??
-
Nov 2nd, 2000, 11:54 AM
#2
try using the data environment. it always works fine for me whenever i connect to SQL Server 7.
-
Nov 2nd, 2000, 11:54 AM
#3
Lively Member
Set the .DefaultType property to Use ODBC on the form ( or dbUseODBC in code) and then set the database name to an ODBC DSN. I cannot guarantee that bookmarks will work anyway because it is dependant on the database to provide this functionality.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|