No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
[QUOTE=dkerr;574157]Can I query a SQL Server 2000 mydatabase.mdf file directly via SQL? If so, how?[/QUOTE] No sure if you can do this in sql server 2000. But you can do it in 2005.
I find that this is the best way to load it [url]http://www.itjungles.com/dotnet/function-to-load-datatable-from-sqldatareader[/url].
Have you check to ensure ADODB.Connection is install properly? Try this: At a command prompt, change to the C:\Program Files\Common Files\System\Ole DB folder. At a command prompt, type the following command: regsvr32 sqloledb.dll You should receive confirmation that the DLL is registered successfully
The End.
quangvo