Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K

3 Posted Topics

Member Avatar for BluePaper

[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.

Member Avatar for Reverend Jim
0
5K
Member Avatar for dotNetDummi

I find that this is the best way to load it [url]http://www.itjungles.com/dotnet/function-to-load-datatable-from-sqldatareader[/url].

Member Avatar for quangvo
0
375
Member Avatar for fastrobby

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

Member Avatar for DanInRoanoke
-1
828

The End.