Click here to Skip to main content
16,006,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: IBM Via Voice Pin
Kannan Kalyanaraman23-Dec-02 18:12
Kannan Kalyanaraman23-Dec-02 18:12 
GeneralCreate user as another user Pin
Mazdak22-Dec-02 19:24
Mazdak22-Dec-02 19:24 
QuestionBeginner Q: Custom Control, event forwarding? Pin
matthias s.22-Dec-02 12:17
matthias s.22-Dec-02 12:17 
Generalembedding mozilla in a C# app Pin
spacemonkey22-Dec-02 11:23
spacemonkey22-Dec-02 11:23 
GeneralRe: embedding mozilla in a C# app Pin
Stephane Rodriguez.23-Dec-02 1:42
Stephane Rodriguez.23-Dec-02 1:42 
GeneralRe: embedding mozilla in a C# app Pin
spacemonkey29-Dec-02 16:40
spacemonkey29-Dec-02 16:40 
GeneralAccess .mdb files Pin
Omega50122-Dec-02 9:50
Omega50122-Dec-02 9:50 
GeneralRe: Access .mdb files Pin
Rob Graham22-Dec-02 10:03
Rob Graham22-Dec-02 10:03 
You would have to use interop and the Microsoft ActiveX Data Objects Extensions for Data Definition Language and Security (ADOX) To do this, since MS Access sql syntax does not support "create database". IMO a better alternative is to just include a small empty database as a template, and use filecopy to create the starting database (faster, too...). If your schema is constant, you can even pre-build all empty tables and queries, saving a good deal of 'one time' code in your application.

Smile | :)

Some ideas are so stupid that only an intellectual could have thought of them - George Orwell
GeneralRe: Access .mdb files Pin
Omega50122-Dec-02 18:35
Omega50122-Dec-02 18:35 
GeneralRe: Access .mdb files Pin
Rob Graham22-Dec-02 19:20
Rob Graham22-Dec-02 19:20 
GeneralRe: Access .mdb files Pin
Omega50123-Dec-02 9:44
Omega50123-Dec-02 9:44 
GeneralRe: Access .mdb files Pin
spacemonkey22-Dec-02 11:19
spacemonkey22-Dec-02 11:19 
GeneralRe: Access .mdb files Pin
Rob Graham22-Dec-02 12:05
Rob Graham22-Dec-02 12:05 
GeneralDNS resolve Pin
Anonymous11222-Dec-02 9:43
sussAnonymous11222-Dec-02 9:43 
GeneralC# operator overloading is very limited Pin
Orantho22-Dec-02 5:49
Orantho22-Dec-02 5:49 
GeneralRe: C# operator overloading is very limited Pin
leppie22-Dec-02 9:42
leppie22-Dec-02 9:42 
GeneralRe: C# operator overloading is very limited Pin
Orantho22-Dec-02 10:41
Orantho22-Dec-02 10:41 
GeneralRe: C# operator overloading is very limited Pin
Joshua Nussbaum22-Dec-02 13:41
Joshua Nussbaum22-Dec-02 13:41 
GeneralRe: C# operator overloading is very limited Pin
Orantho22-Dec-02 22:06
Orantho22-Dec-02 22:06 
GeneralInternet Connections Pin
Dave Kerr22-Dec-02 5:19
Dave Kerr22-Dec-02 5:19 
GeneralDelegate/Event question Pin
Rocky Moore21-Dec-02 22:49
Rocky Moore21-Dec-02 22:49 
GeneralRe: Delegate/Event question Pin
leppie22-Dec-02 1:31
leppie22-Dec-02 1:31 
GeneralLaunch Console Applications in the background Pin
Shock The Dark Mage21-Dec-02 18:59
Shock The Dark Mage21-Dec-02 18:59 
GeneralRe: Launch Console Applications in the background Pin
leppie21-Dec-02 23:10
leppie21-Dec-02 23:10 
GeneralRe: Launch Console Applications in the background Pin
Shock The Dark Mage22-Dec-02 4:19
Shock The Dark Mage22-Dec-02 4:19 

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.