Click here to Skip to main content
15,904,023 members
Home / Discussions / Database
   

Database

 
GeneralRe: Datagrid Pin
kornstyle14-Aug-03 8:08
kornstyle14-Aug-03 8:08 
GeneralRe: Datagrid Pin
kornstyle14-Aug-03 8:10
kornstyle14-Aug-03 8:10 
GeneralRe: Datagrid Pin
Jeff Martin14-Aug-03 9:26
Jeff Martin14-Aug-03 9:26 
GeneralRe: Datagrid Pin
kornstyle14-Aug-03 9:37
kornstyle14-Aug-03 9:37 
GeneralRe: Datagrid Pin
kornstyle14-Aug-03 9:43
kornstyle14-Aug-03 9:43 
QuestionNETTable creation through ADO.NET? Pin
Dr Herbie14-Aug-03 5:55
Dr Herbie14-Aug-03 5:55 
AnswerRe: NETTable creation through ADO.NET? Pin
Marcel Härry25-Aug-03 11:48
Marcel Härry25-Aug-03 11:48 
GeneralRe: NETTable creation through ADO.NET? Pin
Dr Herbie26-Aug-03 9:27
Dr Herbie26-Aug-03 9:27 
Using scripts from SQLServer is all very well, but we have to support ALL databases; SQLServer, Oracle, FoxPro, DBase, MySQL, MS Access, etc., (including any databases not yet written)

CREATE TABLE syntax is similar between different DB vendors, but not identicle. Therefore we need a vendor-agnostic method. ADOX supplied this, as the driver created the actual SQL statement to create the table from a structure you created in code. I was hoping ADO.NET would have something similar, but it doesn't look promising.Frown | :(

One option would be to get SQL Server to dump out table structures as XML, then use different XSLT files to transform the XML into database specific script files, but I was hoping to avoid any of that.

Ho-hum, better dig that 'Learn XSLT in one easy lesson' book out.Sigh | :sigh:



Dr Herbie.

Remember, half the people out there have below average IQs.
QuestionRobust Tool for creating Excel Spreadsheets from Oracle tables? Pin
dratti14-Aug-03 3:51
dratti14-Aug-03 3:51 
AnswerRe: Robust Tool for creating Excel Spreadsheets from Oracle tables? Pin
Markk14-Aug-03 8:51
Markk14-Aug-03 8:51 
GeneralRe: Robust Tool for creating Excel Spreadsheets from Oracle tables? Pin
dratti14-Aug-03 9:05
dratti14-Aug-03 9:05 
QuestionSQL Server 2000 Enterprise Manager? Pin
Jason Weibel13-Aug-03 11:29
Jason Weibel13-Aug-03 11:29 
AnswerRe: SQL Server 2000 Enterprise Manager? Pin
Arjan Einbu13-Aug-03 12:02
Arjan Einbu13-Aug-03 12:02 
GeneralRe: SQL Server 2000 Enterprise Manager? Pin
Jason Weibel14-Aug-03 2:35
Jason Weibel14-Aug-03 2:35 
Generalquestion about collection Pin
yyf13-Aug-03 6:01
yyf13-Aug-03 6:01 
GeneralRe: question about collection Pin
jeff_martin13-Aug-03 7:29
jeff_martin13-Aug-03 7:29 
Generalquestion about OleDbCommand.Cancel() Pin
yyf13-Aug-03 4:08
yyf13-Aug-03 4:08 
GeneralRequirements Pin
oliver_twistor12-Aug-03 22:23
oliver_twistor12-Aug-03 22:23 
GeneralRe: Requirements Pin
Mike Dimmick12-Aug-03 22:37
Mike Dimmick12-Aug-03 22:37 
GeneralRe: Requirements Pin
oliver_twistor13-Aug-03 1:30
oliver_twistor13-Aug-03 1:30 
GeneralRe: Requirements Pin
Teo13-Aug-03 2:08
Teo13-Aug-03 2:08 
GeneralPrint Pin
deanoA12-Aug-03 15:35
deanoA12-Aug-03 15:35 
GeneralRe: Print Pin
Mike Dimmick12-Aug-03 22:43
Mike Dimmick12-Aug-03 22:43 
GeneralSQL help for a newbie~ Pin
DEWright_CA12-Aug-03 10:20
DEWright_CA12-Aug-03 10:20 
GeneralRe: SQL help for a newbie~ Pin
jeff_martin12-Aug-03 10:47
jeff_martin12-Aug-03 10:47 

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.