Click here to Skip to main content
15,900,394 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calling .NET component from unmanaged C++ DLL Pin
Nick Parker19-Aug-04 12:32
protectorNick Parker19-Aug-04 12:32 
GeneralUpdating a single row Pin
C#Coder6719-Aug-04 6:28
C#Coder6719-Aug-04 6:28 
GeneralRe: Updating a single row Pin
sreejith ss nair19-Aug-04 19:09
sreejith ss nair19-Aug-04 19:09 
GeneralWeb form user controls Pin
BillAnton19-Aug-04 6:03
BillAnton19-Aug-04 6:03 
GeneralRe: Web form user controls Pin
leppie19-Aug-04 6:27
leppie19-Aug-04 6:27 
GeneralCreating SQL table with installer. Pin
IrishSonic19-Aug-04 4:52
IrishSonic19-Aug-04 4:52 
GeneralRe: Creating SQL table with installer. Pin
Not Active19-Aug-04 5:05
mentorNot Active19-Aug-04 5:05 
GeneralRe: Creating SQL table with installer. Pin
Christian Graus19-Aug-04 13:03
protectorChristian Graus19-Aug-04 13:03 
I wrote my own installer, which just calls the various steps of installation in turn ( install .NET1.1, DirectX9, MSDE, etc. ) and one of those steps is a little app I wrote that uses an XML config file to specify a connection string and a sequence of .SQL files. The files it points to are the ones I used when writing the database, and the app runs them in turn, and displays any errors, and the SQL it is calling as it goes. This sets up my database, and then I run the installer for my actual applications.


Christian

I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
GeneralRe: Creating SQL table with installer. Pin
IrishSonic19-Aug-04 22:43
IrishSonic19-Aug-04 22:43 
GeneralRe: Creating SQL table with installer. Pin
Christian Graus22-Aug-04 10:34
protectorChristian Graus22-Aug-04 10:34 
GeneralRe: mypacman Pin
Not Active19-Aug-04 5:15
mentorNot Active19-Aug-04 5:15 
QuestionHow to store and retrieve metadata about a database table column? Pin
Salil Khedkar19-Aug-04 2:51
Salil Khedkar19-Aug-04 2:51 
QuestionWhat is the optimal way to transfer files over sockets? Pin
Salil Khedkar19-Aug-04 2:44
Salil Khedkar19-Aug-04 2:44 
GeneralClass Properties Pin
minity19-Aug-04 1:52
minity19-Aug-04 1:52 
GeneralRe: Class Properties Pin
Nick Parker19-Aug-04 5:55
protectorNick Parker19-Aug-04 5:55 
GeneralEditing the Registry Pin
Stuggo19-Aug-04 0:52
Stuggo19-Aug-04 0:52 
GeneralRe: Editing the Registry Pin
BrcKcc19-Aug-04 4:06
BrcKcc19-Aug-04 4:06 
GeneralRe: Editing the Registry Pin
Salil Khedkar19-Aug-04 20:20
Salil Khedkar19-Aug-04 20:20 
GeneralControl properties Pin
lustuyck18-Aug-04 23:52
lustuyck18-Aug-04 23:52 
GeneralRowFilter Pin
Reinier van de Wetering18-Aug-04 22:56
Reinier van de Wetering18-Aug-04 22:56 
GeneralRe: RowFilter Pin
sreejith ss nair19-Aug-04 19:10
sreejith ss nair19-Aug-04 19:10 
GeneralConvert DataGrid.DataSource to DataTable Pin
kGeniusProject18-Aug-04 22:45
kGeniusProject18-Aug-04 22:45 
Generala Question on DataGrid in WebForm Pin
NickyWang18-Aug-04 21:29
NickyWang18-Aug-04 21:29 
GeneralRe: a Question on DataGrid in WebForm Pin
googou18-Aug-04 22:05
googou18-Aug-04 22:05 
GeneralRe: a Question on DataGrid in WebForm Pin
NickyWang18-Aug-04 22:19
NickyWang18-Aug-04 22: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.