Click here to Skip to main content
15,912,504 members
Home / Discussions / Database
   

Database

 
AnswerRe: Difference between SQL2000 and SQL2005 Pin
Duncan Edwards Jones2-Aug-06 2:05
professionalDuncan Edwards Jones2-Aug-06 2:05 
GeneralRe: Difference between SQL2000 and SQL2005 Pin
Frank Kerrigan2-Aug-06 2:16
Frank Kerrigan2-Aug-06 2:16 
AnswerRe: Difference between SQL2000 and SQL2005 Pin
Kevin McFarlane2-Aug-06 3:44
Kevin McFarlane2-Aug-06 3:44 
AnswerRe: I need an suggestion ............................ Pin
WillemM3-Aug-06 3:37
WillemM3-Aug-06 3:37 
QuestionProbelm while Filtering DateTime Pin
indiaone2-Aug-06 0:37
indiaone2-Aug-06 0:37 
AnswerRe: problem in getting datetime value Pin
Colin Angus Mackay2-Aug-06 0:46
Colin Angus Mackay2-Aug-06 0:46 
Questionado.net Table Pin
srkt1-Aug-06 21:14
srkt1-Aug-06 21:14 
AnswerRe: ado.net Table Pin
Colin Angus Mackay1-Aug-06 23:02
Colin Angus Mackay1-Aug-06 23:02 
You have to create the table in SQL Server. A DataTable knows nothing of databases, it is disconnected from the database from which its data came (or will be going).

If you are using SQL Server 2000 you can use Enterprise Manager, or you can write some T-SQL to create the table in Query Analyzer. If you are using SQL Server 2005 you can use the SQL Server Management Studio

Once you have the table created in the database you can then use an appropriate DataAdapter (SqlDataAdapter would be best in this case) to transfer information between the DataTable and the actual database.


Questiondatabase question Pin
skyeddie1-Aug-06 20:26
skyeddie1-Aug-06 20:26 
AnswerRe: database question Pin
Colin Angus Mackay1-Aug-06 23:04
Colin Angus Mackay1-Aug-06 23:04 
QuestionAdding Row to Access database table Pin
dsovino1-Aug-06 6:44
dsovino1-Aug-06 6:44 
AnswerRe: Adding Row to Access database table Pin
Stephen McGuire2-Aug-06 11:11
Stephen McGuire2-Aug-06 11:11 
GeneralRe: Adding Row to Access database table Pin
dsovino3-Aug-06 12:41
dsovino3-Aug-06 12:41 
GeneralRe: Adding Row to Access database table Pin
Stephen McGuire3-Aug-06 14:23
Stephen McGuire3-Aug-06 14:23 
QuestionRe: Adding Row to Access database table Pin
dsovino7-Aug-06 6:16
dsovino7-Aug-06 6:16 
AnswerRe: Adding Row to Access database table Pin
Stephen McGuire8-Aug-06 2:43
Stephen McGuire8-Aug-06 2:43 
JokeRe: Adding Row to Access database table Pin
dsovino8-Aug-06 4:01
dsovino8-Aug-06 4:01 
GeneralRe: Adding Row to Access database table Pin
Stephen McGuire8-Aug-06 7:19
Stephen McGuire8-Aug-06 7:19 
QuestionSychronization in C# Pin
Rabbit171-Aug-06 5:22
Rabbit171-Aug-06 5:22 
AnswerRe: Sychronization in C# Pin
Ennis Ray Lynch, Jr.1-Aug-06 10:39
Ennis Ray Lynch, Jr.1-Aug-06 10:39 
GeneralRe: Sychronization in C# Pin
Rabbit171-Aug-06 12:49
Rabbit171-Aug-06 12:49 
Generalnope Pin
Ennis Ray Lynch, Jr.1-Aug-06 18:27
Ennis Ray Lynch, Jr.1-Aug-06 18:27 
QuestionProblems updating a dataset Pin
newbjohny1-Aug-06 4:16
newbjohny1-Aug-06 4:16 
AnswerRe: Problems updating a dataset Pin
Paul Brower3-Aug-06 10:50
Paul Brower3-Aug-06 10:50 
GeneralRe: Problems updating a dataset Pin
newbjohny4-Aug-06 0:33
newbjohny4-Aug-06 0:33 

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.