Click here to Skip to main content
15,886,563 members
Home / Discussions / Database
   

Database

 
GeneralRe: Problem with DataView.RowFilter Pin
dergunnar2-May-08 12:26
dergunnar2-May-08 12:26 
QuestionComputing a field value in SQL server 7.0 Pin
VardhiniKanaks1-May-08 10:37
VardhiniKanaks1-May-08 10:37 
Questionhow to populate empty ms access database from dataset Pin
Shreyas Ganesh1-May-08 6:01
Shreyas Ganesh1-May-08 6:01 
AnswerRe: how to populate empty ms access database from dataset Pin
Kschuler1-May-08 7:34
Kschuler1-May-08 7:34 
GeneralRe: how to populate empty ms access database from dataset Pin
Shreyas Ganesh1-May-08 8:30
Shreyas Ganesh1-May-08 8:30 
GeneralRe: how to populate empty ms access database from dataset Pin
Kschuler1-May-08 8:41
Kschuler1-May-08 8:41 
GeneralRe: how to populate empty ms access database from dataset Pin
Shreyas Ganesh1-May-08 15:35
Shreyas Ganesh1-May-08 15:35 
GeneralRe: how to populate empty ms access database from dataset Pin
Kschuler2-May-08 3:38
Kschuler2-May-08 3:38 
If you have a database with no tables, you will not be able to save data to it until you create those tables. You could probably write some code to dynamically build the tables by looping through the schema of your dataset object and building sql CREATE TABLE statements that you can run from a command object via the .ExecuteNonQuery function.

If you have a database with the same schema as a dataset, you should be able to use the .Update on the command object and save your data to it.

If you need more help regarding the CREATE TABLE statement, try looking for articles in Code Project or on Google[^] for more background information to get you going.

Hope this helps.
GeneralRe: how to populate empty ms access database from dataset Pin
Blue_Boy2-May-08 5:56
Blue_Boy2-May-08 5:56 
GeneralRe: how to populate empty ms access database from dataset Pin
Shreyas Ganesh3-May-08 5:35
Shreyas Ganesh3-May-08 5:35 
Questionhow can i get Minmam value Pin
asha_s1-May-08 1:38
asha_s1-May-08 1:38 
AnswerRe: how can i get Minmam value Pin
Blue_Boy1-May-08 2:12
Blue_Boy1-May-08 2:12 
GeneralRe: how can i get Minmam value Pin
asha_s1-May-08 2:32
asha_s1-May-08 2:32 
GeneralRe: how can i get Minmam value Pin
Blue_Boy1-May-08 2:46
Blue_Boy1-May-08 2:46 
GeneralRe: how can i get Minmam value Pin
asha_s1-May-08 3:13
asha_s1-May-08 3:13 
GeneralRe: how can i get Minmam value Pin
Blue_Boy1-May-08 3:26
Blue_Boy1-May-08 3:26 
GeneralRe: how can i get Minmam value Pin
asha_s1-May-08 3:36
asha_s1-May-08 3:36 
GeneralRe: how can i get Minmam value Pin
Blue_Boy1-May-08 3:40
Blue_Boy1-May-08 3:40 
GeneralRe: how can i get Minmam value Pin
asha_s1-May-08 3:44
asha_s1-May-08 3:44 
GeneralRe: how can i get Minmam value Pin
Blue_Boy1-May-08 3:47
Blue_Boy1-May-08 3:47 
QuestionSQL Server Replication Pin
abdurrahman oğuz30-Apr-08 23:13
abdurrahman oğuz30-Apr-08 23:13 
AnswerRe: SQL Server Replication Pin
Blue_Boy1-May-08 0:11
Blue_Boy1-May-08 0:11 
GeneralRe: SQL Server Replication Pin
abdurrahman oğuz1-May-08 2:02
abdurrahman oğuz1-May-08 2:02 
QuestionSQL Query Issue: MSSQL vs. Access Pin
PDTUM30-Apr-08 19:33
PDTUM30-Apr-08 19:33 
GeneralRe: SQL Query Issue: MSSQL vs. Access Pin
Youtea30-Apr-08 20:26
Youtea30-Apr-08 20:26 

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.