Click here to Skip to main content
15,896,526 members
Home / Discussions / C#
   

C#

 
GeneralRe: Display gif image in picture box Pin
Parwej Ahamad14-Mar-08 1:32
professionalParwej Ahamad14-Mar-08 1:32 
GeneralRe: Display gif image in picture box Pin
asma_panjabi14-Mar-08 1:42
asma_panjabi14-Mar-08 1:42 
GeneralRe: Display gif image in picture box Pin
Parwej Ahamad14-Mar-08 1:49
professionalParwej Ahamad14-Mar-08 1:49 
GeneralRe: Display gif image in picture box Pin
asma_panjabi14-Mar-08 2:06
asma_panjabi14-Mar-08 2:06 
GeneralRe: Display gif image in picture box Pin
leppie13-Mar-08 4:12
leppie13-Mar-08 4:12 
GeneralRe: Display gif image in picture box Pin
asma_panjabi16-Mar-08 19:53
asma_panjabi16-Mar-08 19:53 
GeneralRe: Display gif image in picture box Pin
MuhammadFaisal13-Mar-08 4:56
MuhammadFaisal13-Mar-08 4:56 
GeneralRe: Display gif image in picture box Pin
asma_panjabi13-Mar-08 21:24
asma_panjabi13-Mar-08 21:24 
Generalinsertion data problem Pin
Miss Maheshwari13-Mar-08 2:53
Miss Maheshwari13-Mar-08 2:53 
GeneralRe: insertion data problem Pin
Thomas Krojer13-Mar-08 3:33
Thomas Krojer13-Mar-08 3:33 
GeneralUndefined String Array.. Pin
ptr2void13-Mar-08 2:26
ptr2void13-Mar-08 2:26 
GeneralRe: Undefined String Array.. Pin
AhsanS13-Mar-08 2:48
AhsanS13-Mar-08 2:48 
GeneralRe: Undefined String Array.. Pin
DavidNohejl13-Mar-08 2:49
DavidNohejl13-Mar-08 2:49 
GeneralRe: Undefined String Array.. Pin
DavidNohejl13-Mar-08 2:52
DavidNohejl13-Mar-08 2:52 
GeneralRe: Undefined String Array.. Pin
Martin#13-Mar-08 3:02
Martin#13-Mar-08 3:02 
GeneralRe: Undefined String Array.. Pin
AhsanS13-Mar-08 2:55
AhsanS13-Mar-08 2:55 
GeneralRe: Undefined String Array.. Pin
MuhammadFaisal13-Mar-08 5:07
MuhammadFaisal13-Mar-08 5:07 
QuestionOdbcCommandBuilder for MySQL Pin
adi.rusu13-Mar-08 1:01
adi.rusu13-Mar-08 1:01 
GeneralRe: OdbcCommandBuilder for MySQL Pin
AhsanS13-Mar-08 1:24
AhsanS13-Mar-08 1:24 
GeneralRe: OdbcCommandBuilder for MySQL Pin
adi.rusu13-Mar-08 1:37
adi.rusu13-Mar-08 1:37 
GeneralRe: OdbcCommandBuilder for MySQL Pin
AhsanS13-Mar-08 1:51
AhsanS13-Mar-08 1:51 
GeneralRe: OdbcCommandBuilder for MySQL Pin
adi.rusu13-Mar-08 2:30
adi.rusu13-Mar-08 2:30 
GeneralRe: OdbcCommandBuilder for MySQL Pin
AhsanS13-Mar-08 2:43
AhsanS13-Mar-08 2:43 
GeneralRe: OdbcCommandBuilder for MySQL Pin
adi.rusu13-Mar-08 3:13
adi.rusu13-Mar-08 3:13 
I tried not calling GetDeleteCommand(), GetInsertCommand() and GetUpdateCommand() some time ago and it didn't work.
How do I check if I'm passing primary key? Should I adapter.Fill() a table and check if there is a primary key? I can do that.
I can generate the commands manually too (but I'd like to avoid that).
I'm just trying to understand why the same code works just fine on one computer, but it doesn't on another computer with the same operating system and the same database structure.
Would you happen to know if on older versions of MySql, the "select * from <table_name>" command doesn't return key column information even if there are keys in the table?
GeneralCurrencymanager Pin
topcatalpha13-Mar-08 1:00
topcatalpha13-Mar-08 1:00 

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.