Click here to Skip to main content
15,885,985 members
Home / Discussions / C#
   

C#

 
GeneralDataRepeater Control Pin
RB@Emphasys8-Dec-03 8:08
RB@Emphasys8-Dec-03 8:08 
GeneralRe: DataRepeater Control Pin
Heath Stewart8-Dec-03 9:34
protectorHeath Stewart8-Dec-03 9:34 
GeneralHelp with simple user control Pin
Charlie Williams8-Dec-03 8:05
Charlie Williams8-Dec-03 8:05 
GeneralRe: Help with simple user control Pin
Heath Stewart8-Dec-03 9:25
protectorHeath Stewart8-Dec-03 9:25 
GeneralRe: Help with simple user control Pin
Charlie Williams8-Dec-03 11:56
Charlie Williams8-Dec-03 11:56 
QuestionDynamic Table Creation on Database Using SQL Datatypes from a Dataset, Possible? Pin
Paul Evans8-Dec-03 6:46
Paul Evans8-Dec-03 6:46 
AnswerRe: Dynamic Table Creation on Database Using SQL Datatypes from a Dataset, Possible? Pin
Heath Stewart8-Dec-03 7:01
protectorHeath Stewart8-Dec-03 7:01 
GeneralRe: Dynamic Table Creation on Database Using SQL Datatypes from a Dataset, Possible? Pin
Paul Evans8-Dec-03 7:19
Paul Evans8-Dec-03 7:19 
Is it obvious? We could very easily be using Ingres and Oracle. Don't take too much for granted!

I know we could do a ddl export or similar from sql server - but it's not from that side. Currently we are using ODBC, but that will change over to using the proper Ingres .net stuff when we get our hands on it. We are currently looking at a couple of different platforms because in the end some of it is going to be running on a PDA.

Your answer is fair, but is actually to a different question I didn't ask.

To restate what I meant because I didn't put myself over that clearly:

1. Dynamic SQL Dataprovider <-> .Net datatype mapping - so we can dynmacially construct "CREATE TABLE" commands with the proper datatypes for that provider from column headings and .Net datatypes from the Dataset.

2. Possibility of using a Dataset to actually create a table rather then updating / deleting entries. (Long shot and probably not possible in anyway).

I think you gave your opinon on 2 - which is that it is impossible. Smile | :)

(1) Is fustrating because MS even publish a lovely table mapping types, and as I said the framework itself must know what .Net type relates to which SQL type for the provider or the Dataset wouldn't work in the first place:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconmappingnetdataproviderdatatypestonetframeworkdatatypes.asp



/**********************************
Paul Evans, Dorset, UK.
Personal Homepage "EnjoySoftware" @
http://www.enjoysoftware.co.uk/
**********************************/
GeneralRe: Dynamic Table Creation on Database Using SQL Datatypes from a Dataset, Possible? Pin
Heath Stewart8-Dec-03 9:04
protectorHeath Stewart8-Dec-03 9:04 
GeneralThread-Safe Singleton Pin
bzurer8-Dec-03 4:18
bzurer8-Dec-03 4:18 
GeneralRe: Thread-Safe Singleton Pin
Heath Stewart8-Dec-03 5:07
protectorHeath Stewart8-Dec-03 5:07 
GeneralRe: Thread-Safe Singleton Pin
Paul Evans8-Dec-03 6:37
Paul Evans8-Dec-03 6:37 
GeneralRe: Thread-Safe Singleton Pin
Heath Stewart8-Dec-03 6:56
protectorHeath Stewart8-Dec-03 6:56 
GeneralRe: Thread-Safe Singleton Pin
Paul Evans8-Dec-03 7:05
Paul Evans8-Dec-03 7:05 
GeneralRe: Thread-Safe Singleton Pin
Heath Stewart8-Dec-03 7:12
protectorHeath Stewart8-Dec-03 7:12 
GeneralRe: Thread-Safe Singleton Pin
Paul Evans8-Dec-03 7:20
Paul Evans8-Dec-03 7:20 
GeneralRe: Thread-Safe Singleton Pin
Heath Stewart8-Dec-03 10:08
protectorHeath Stewart8-Dec-03 10:08 
GeneralRe: Thread-Safe Singleton Pin
bzurer8-Dec-03 7:07
bzurer8-Dec-03 7:07 
GeneralRe: Thread-Safe Singleton Pin
Heath Stewart8-Dec-03 7:10
protectorHeath Stewart8-Dec-03 7:10 
GeneralRe: Thread-Safe Singleton Pin
bzurer8-Dec-03 7:56
bzurer8-Dec-03 7:56 
GeneralRe: Thread-Safe Singleton Pin
Heath Stewart8-Dec-03 9:14
protectorHeath Stewart8-Dec-03 9:14 
GeneralRe: Thread-Safe Singleton Pin
Zhang Ye Fan8-Dec-03 7:33
Zhang Ye Fan8-Dec-03 7:33 
GeneralRe: Thread-Safe Singleton Pin
Heath Stewart8-Dec-03 9:08
protectorHeath Stewart8-Dec-03 9:08 
GeneralRe: Thread-Safe Singleton Pin
bzurer11-Dec-03 3:31
bzurer11-Dec-03 3:31 
GeneralRe: Thread-Safe Singleton Pin
Heath Stewart11-Dec-03 4:30
protectorHeath Stewart11-Dec-03 4:30 

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.