Click here to Skip to main content
15,901,035 members
Home / Discussions / C#
   

C#

 
GeneralCreating DTS Packages in C# Pin
JMichael24688-Aug-05 3:05
JMichael24688-Aug-05 3:05 
GeneralRe: Creating DTS Packages in C# Pin
JMichael24688-Aug-05 8:27
JMichael24688-Aug-05 8:27 
Generalreading XML from a string Pin
Mridang Agarwalla8-Aug-05 3:01
Mridang Agarwalla8-Aug-05 3:01 
GeneralRe: reading XML from a string Pin
Anonymous8-Aug-05 4:14
Anonymous8-Aug-05 4:14 
GeneralMultiple calls to same function Pin
Dwayner798-Aug-05 2:33
Dwayner798-Aug-05 2:33 
GeneralRe: Multiple calls to same function Pin
Alomgir Miah8-Aug-05 10:44
Alomgir Miah8-Aug-05 10:44 
GeneralRe: Multiple calls to same function Pin
Dwayner799-Aug-05 5:21
Dwayner799-Aug-05 5:21 
QuestionInsert Null to Foxpro table with DataSet? Pin
Member 18559638-Aug-05 1:49
Member 18559638-Aug-05 1:49 
can anybody tell me how to insert null value into foxpro table and how to set null to some fields in foxpro table?

My code is like this:

DataRow row=ds.Tables[0].NewRow();
row[0]="xxx";
row[1]="";
ds.Tables[0].Rows.Add(row);
....
Can anybody tell me what is wrong with my coding? Are there some good way to do this?

Thanks


GeneralWebBrowser security level Pin
gnjunge8-Aug-05 1:27
gnjunge8-Aug-05 1:27 
Generalcreating a programming software package Pin
Atmadarshini8-Aug-05 1:17
Atmadarshini8-Aug-05 1:17 
GeneralRe: creating a programming software package Pin
Steve S8-Aug-05 1:40
Steve S8-Aug-05 1:40 
GeneralRe: creating a programming software package Pin
Atmadarshini8-Aug-05 1:45
Atmadarshini8-Aug-05 1:45 
GeneralRe: creating a programming software package Pin
Steve S15-Aug-05 0:37
Steve S15-Aug-05 0:37 
Generalview Pin
magnifique8-Aug-05 1:05
magnifique8-Aug-05 1:05 
GeneralRobocopy C# Pin
NitinR8-Aug-05 0:36
NitinR8-Aug-05 0:36 
GeneralRe: Robocopy C# Pin
gnjunge8-Aug-05 1:36
gnjunge8-Aug-05 1:36 
GeneralRe: Robocopy C# Pin
NitinR8-Aug-05 1:41
NitinR8-Aug-05 1:41 
GeneralRe: Robocopy C# Pin
Member 77568542-Jun-11 5:13
Member 77568542-Jun-11 5:13 
GeneralREGEX Pin
tatchung8-Aug-05 0:02
tatchung8-Aug-05 0:02 
GeneralRe: REGEX Pin
J4amieC8-Aug-05 0:31
J4amieC8-Aug-05 0:31 
GeneralRe: REGEX Pin
Mohamad Al Husseiny8-Aug-05 1:15
Mohamad Al Husseiny8-Aug-05 1:15 
GeneralRe: REGEX Pin
Guffa8-Aug-05 2:10
Guffa8-Aug-05 2:10 
GeneralRe: REGEX Pin
tatchung8-Aug-05 15:33
tatchung8-Aug-05 15:33 
GeneralWeird behavior of mouse Pin
Libor Tinka7-Aug-05 23:57
Libor Tinka7-Aug-05 23:57 
Generalright click and paste mouse events Pin
pjoseph9997-Aug-05 23:27
pjoseph9997-Aug-05 23:27 

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.