Click here to Skip to main content
15,921,382 members
Home / Discussions / Database
   

Database

 
GeneralConcurrency issues in databases Pin
Shah Shehpori4-Dec-03 18:56
sussShah Shehpori4-Dec-03 18:56 
Questionis it possible to create a database in the client side for a windows based using visual studio .NET? Pin
Anonymous4-Dec-03 13:20
Anonymous4-Dec-03 13:20 
AnswerRe: is it possible to create a database in the client side for a windows based using visual studio .NET? Pin
Colin Angus Mackay7-Dec-03 14:03
Colin Angus Mackay7-Dec-03 14:03 
QuestionTrouble with an SQL statement...maybe syntax related? Pin
frank214-Dec-03 8:24
frank214-Dec-03 8:24 
AnswerRe: Trouble with an SQL statement...maybe syntax related? Pin
Chris Meech9-Dec-03 7:16
Chris Meech9-Dec-03 7:16 
QuestionHow to figure out database type in ADO or ODBC? Pin
CherezZaboro4-Dec-03 8:12
CherezZaboro4-Dec-03 8:12 
AnswerAnyone? Pin
CherezZaboro5-Dec-03 3:04
CherezZaboro5-Dec-03 3:04 
AnswerRe: How to figure out database type in ADO or ODBC? Pin
Mike Dimmick5-Dec-03 4:53
Mike Dimmick5-Dec-03 4:53 
I think you need to use SQLGetInfo once you've opened the connection, passing the SQL_DRIVER_NAME value for the InfoType parameter. That's based on my reading of the documentation.

You could also try SQL_DATABASE_NAME or SQL_DBMS_NAME.

When using ADO with a DSN, you're actually using the MSDASQL provider, which is basically a translation layer on top of ODBC. It may be possible to retrieve the underlying ODBC connection handle by looking at the Properties collection of the ADO Connection object.
GeneralMS-SQL: Removing all database ownership for one login Pin
Carl Mercier3-Dec-03 15:03
Carl Mercier3-Dec-03 15:03 
GeneralFile retrieval methods Pin
joe.A3-Dec-03 5:01
joe.A3-Dec-03 5:01 
GeneralRe: File retrieval methods Pin
Rob Graham9-Dec-03 4:38
Rob Graham9-Dec-03 4:38 
GeneralCreating a new database... Pin
Amirjalaly3-Dec-03 2:56
Amirjalaly3-Dec-03 2:56 
GeneralRe: Creating a new database... Pin
Rob Graham9-Dec-03 4:45
Rob Graham9-Dec-03 4:45 
GeneralRows Pin
Anonymous2-Dec-03 9:36
Anonymous2-Dec-03 9:36 
GeneralRe: Rows Pin
Colin Angus Mackay3-Dec-03 15:27
Colin Angus Mackay3-Dec-03 15:27 
GeneralAdding numbers in Access DB displaying the results via ASP page Pin
Petu1-Dec-03 10:14
Petu1-Dec-03 10:14 
GeneralMSDE Configuration Tool Pin
Rocky Moore1-Dec-03 9:44
Rocky Moore1-Dec-03 9:44 
QuestionMultiple Result sets ADO.NET?? Pin
Rocky Moore1-Dec-03 6:27
Rocky Moore1-Dec-03 6:27 
AnswerRe: Multiple Result sets ADO.NET?? Pin
Heath Stewart1-Dec-03 8:25
protectorHeath Stewart1-Dec-03 8:25 
GeneralRe: Multiple Result sets ADO.NET?? Pin
Rocky Moore1-Dec-03 9:35
Rocky Moore1-Dec-03 9:35 
GeneralRe: Multiple Result sets ADO.NET?? Pin
Heath Stewart1-Dec-03 10:32
protectorHeath Stewart1-Dec-03 10:32 
GeneralRe: Multiple Result sets ADO.NET?? Pin
Rocky Moore1-Dec-03 21:18
Rocky Moore1-Dec-03 21:18 
GeneralRe: Multiple Result sets ADO.NET?? Pin
Heath Stewart2-Dec-03 2:57
protectorHeath Stewart2-Dec-03 2:57 
GeneralRe: Multiple Result sets ADO.NET?? Pin
Rocky Moore1-Dec-03 23:08
Rocky Moore1-Dec-03 23:08 
General2 tables and a stored procedure Pin
toticow1-Dec-03 2:14
susstoticow1-Dec-03 2:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.