Click here to Skip to main content
16,004,727 members
Home / Discussions / Database
   

Database

 
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 
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 
The easiest way for Access is to simply copy an empty access database (or a "template" with your data structures but no data) using filecopy. ADO.Net doesn't support "create Database" for Acess (actually it is the underlying oledb provider that doesnt support this), and the ADOX "create catolog" stuff isn't there either. To create a new tqable, juse use and execute query (OledbCommand.Execute or OledbConnection.Execute) like "Create Table TableName
(Field1 Int Null, field2 Varchar(255), field3 Double)" If you need spaces (or keywords) in table/field names, then enclose them in sqare brackets [Field and Space] int,...



Genius may have its limitations, but stupidity is not thus handicapped. - Elbert Hubbard
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 
GeneralRe: 2 tables and a stored procedure Pin
Mike Dimmick1-Dec-03 3:17
Mike Dimmick1-Dec-03 3:17 
GeneralMonitor bandwidth usage Pin
Paul Watson1-Dec-03 0:52
sitebuilderPaul Watson1-Dec-03 0:52 
GeneralRe: Monitor bandwidth usage Pin
Rocky Moore1-Dec-03 6:24
Rocky Moore1-Dec-03 6:24 
GeneralPreparing SQL for Insert Pin
FruitBatInShades30-Nov-03 23:34
FruitBatInShades30-Nov-03 23:34 
GeneralRe: Preparing SQL for Insert Pin
Mike Dimmick1-Dec-03 3:43
Mike Dimmick1-Dec-03 3:43 

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.