Click here to Skip to main content
15,897,519 members
Home / Discussions / C#
   

C#

 
GeneralRe: Not a valid Win32 Application Pin
mitooki13-Jan-06 4:01
mitooki13-Jan-06 4:01 
GeneralRe: Not a valid Win32 Application Pin
Sharpoverride13-Jan-06 4:06
Sharpoverride13-Jan-06 4:06 
AnswerRe: Not a valid Win32 Application Pin
Daniel Grunwald13-Jan-06 5:33
Daniel Grunwald13-Jan-06 5:33 
AnswerRe: Not a valid Win32 Application Pin
Tom Larsen13-Jan-06 6:26
Tom Larsen13-Jan-06 6:26 
QuestionAdding table into database Pin
peppepinna13-Jan-06 0:35
peppepinna13-Jan-06 0:35 
AnswerRe: Adding table into database Pin
MudkiSekhon13-Jan-06 0:52
MudkiSekhon13-Jan-06 0:52 
GeneralRe: Adding table into database Pin
peppepinna13-Jan-06 1:53
peppepinna13-Jan-06 1:53 
AnswerRe: Adding table into database Pin
Sharpoverride13-Jan-06 1:50
Sharpoverride13-Jan-06 1:50 
I had the same question a while ago... it's verry simple

you take a command object for example :

OleDbCommand createTable = new OleDbCommand();
createTable.Connection = aValidConnectionObject;
createTable.CommandText = "CREATE TABLE TableName
{
obj varchar(0),

}
";

I'm not sure on the sql part... but that is the main idea.
I have an example written at school .. have to look into it!

Lazar Mihai
Highschool student
Questionzipping and unzipping Pin
pankaj b13-Jan-06 0:27
pankaj b13-Jan-06 0:27 
AnswerRe: zipping and unzipping Pin
MrEyes13-Jan-06 2:07
MrEyes13-Jan-06 2:07 
Questionfor pliu_2000 Pin
Sasuko12-Jan-06 23:54
Sasuko12-Jan-06 23:54 
QuestionMarshalling char** Pin
ceno12-Jan-06 23:34
ceno12-Jan-06 23:34 
QuestionPrintPreviewDialog question Pin
Stanciu Vlad12-Jan-06 22:44
Stanciu Vlad12-Jan-06 22:44 
QuestionFile Access over a UNC Pin
exhaulted12-Jan-06 22:09
exhaulted12-Jan-06 22:09 
Questionhow to impove efficiency by using BULK INSERT statement? Pin
CooperWu12-Jan-06 21:20
CooperWu12-Jan-06 21:20 
AnswerRe: how to impove efficiency by using BULK INSERT statement? Pin
CooperWu19-Jan-06 18:33
CooperWu19-Jan-06 18:33 
QuestionHow could I make a Name attribute a primary key? Pin
MBursill12-Jan-06 20:59
MBursill12-Jan-06 20:59 
AnswerRe: How could I make a Name attribute a primary key? Pin
Guffa12-Jan-06 21:48
Guffa12-Jan-06 21:48 
Questionprob of Janus controls Pin
amalatsliit12-Jan-06 20:15
amalatsliit12-Jan-06 20:15 
QuestionWeb services Pin
LeetranAus12-Jan-06 20:00
LeetranAus12-Jan-06 20:00 
QuestionConstructors & Destructors? Pin
moazzamahmed12-Jan-06 19:46
moazzamahmed12-Jan-06 19:46 
AnswerRe: Constructors & Destructors? Pin
Guffa12-Jan-06 21:08
Guffa12-Jan-06 21:08 
GeneralRe: Constructors & Destructors? Pin
moazzamahmed13-Jan-06 7:06
moazzamahmed13-Jan-06 7:06 
GeneralRe: Constructors & Destructors? Pin
Dan Neely13-Jan-06 8:09
Dan Neely13-Jan-06 8:09 
AnswerRe: Constructors & Destructors? Pin
Guffa15-Jan-06 23:00
Guffa15-Jan-06 23: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.