Click here to Skip to main content
15,885,278 members
Home / Discussions / Database
   

Database

 
QuestionMoving DBs to new Server Pin
-Dr_X-8-Dec-05 5:27
-Dr_X-8-Dec-05 5:27 
AnswerRe: Moving DBs to new Server Pin
Daniel Santillanes8-Dec-05 7:21
professionalDaniel Santillanes8-Dec-05 7:21 
QuestionStored Procedure Pin
ayuba asia7-Dec-05 22:34
ayuba asia7-Dec-05 22:34 
AnswerRe: Stored Procedure Pin
Colin Angus Mackay7-Dec-05 23:58
Colin Angus Mackay7-Dec-05 23:58 
AnswerRe: Stored Procedure Pin
Daniel Santillanes8-Dec-05 7:17
professionalDaniel Santillanes8-Dec-05 7:17 
GeneralRe: Stored Procedure Pin
Colin Angus Mackay8-Dec-05 9:11
Colin Angus Mackay8-Dec-05 9:11 
JokeRe: Stored Procedure Pin
Daniel Santillanes8-Dec-05 13:56
professionalDaniel Santillanes8-Dec-05 13:56 
Questionado.net odbc insert problem Pin
pgfrancis17-Dec-05 16:24
pgfrancis17-Dec-05 16:24 
I have a vb.net application that:

Loops through a list of tables (could be up to 1000 tables)
Extracts all records in the table writes them to a datareader
Opens a connection to a different odbc data source and creates a dataset with a table with the same name as the tables in the loop
Uses newrow to create a new row
Updates data common to all tables ( a companyid)
Uses row.add to add the row to the table
At this stage all columns in the row appear to be populated correctly.

However when I do dataadapter.update() All rows are added to the source table but only the primary key is populated.

I've used commandbuilder.getinsertcommand to see what insert string is being used and the insert is only trying to insert the primary key (3 columns)
Datasource is a Progress database (Version 10b)
Using ODBCDataadapter to read and write the data.


AnswerRe: ado.net odbc insert problem Pin
Colin Angus Mackay8-Dec-05 0:04
Colin Angus Mackay8-Dec-05 0:04 
GeneralRe: ado.net odbc insert problem Pin
pgfrancis18-Dec-05 9:11
pgfrancis18-Dec-05 9:11 
QuestionHow to audit user activities in ms access Pin
Mekong River7-Dec-05 15:40
Mekong River7-Dec-05 15:40 
AnswerRe: How to audit user activities in ms access Pin
S Douglas8-Dec-05 0:47
professionalS Douglas8-Dec-05 0:47 
GeneralRe: How to audit user activities in ms access Pin
Mekong River8-Dec-05 4:28
Mekong River8-Dec-05 4:28 
QuestionUsing SQLXML, Bulk Insert XML with IDENTITY Column ... Pin
cmacgowan7-Dec-05 8:53
cmacgowan7-Dec-05 8:53 
Questiontrace the computer name Pin
Goodway7-Dec-05 4:14
Goodway7-Dec-05 4:14 
AnswerRe: trace the computer name Pin
miah alom7-Dec-05 6:53
miah alom7-Dec-05 6:53 
GeneralRe: trace the computer name Pin
Goodway9-Dec-05 5:39
Goodway9-Dec-05 5:39 
GeneralRe: trace the computer name Pin
miah alom9-Dec-05 5:55
miah alom9-Dec-05 5:55 
Questiondataset getchanges() question Pin
NikoTanghe7-Dec-05 0:58
NikoTanghe7-Dec-05 0:58 
AnswerRe: dataset getchanges() question Pin
jonathan157-Dec-05 3:55
jonathan157-Dec-05 3:55 
GeneralRe: dataset getchanges() question Pin
miah alom7-Dec-05 4:54
miah alom7-Dec-05 4:54 
Questionms sql server biggest data type Pin
kasko_6-Dec-05 15:05
kasko_6-Dec-05 15:05 
AnswerRe: ms sql server biggest data type Pin
toxcct6-Dec-05 22:43
toxcct6-Dec-05 22:43 
AnswerRe: ms sql server biggest data type Pin
Daniel Santillanes7-Dec-05 13:39
professionalDaniel Santillanes7-Dec-05 13:39 
QuestionHow to create a code parser? Pin
Lord Kixdemp6-Dec-05 12:35
Lord Kixdemp6-Dec-05 12:35 

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.