Click here to Skip to main content
16,005,038 members
Home / Discussions / C#
   

C#

 
AnswerRe: Adding a record Pin
Guffa10-Jan-06 6:18
Guffa10-Jan-06 6:18 
Questionkill application upon query from the database of the server Pin
batmanAgen10-Jan-06 3:28
batmanAgen10-Jan-06 3:28 
AnswerRe: kill application upon query from the database of the server Pin
Steve Maier10-Jan-06 3:47
professionalSteve Maier10-Jan-06 3:47 
GeneralRe: kill application upon query from the database of the server Pin
batmanAgen10-Jan-06 5:02
batmanAgen10-Jan-06 5:02 
GeneralRe: kill application upon query from the database of the server Pin
Dave Kreskowiak10-Jan-06 5:44
mveDave Kreskowiak10-Jan-06 5:44 
GeneralRe: kill application upon query from the database of the server Pin
Steve Maier10-Jan-06 10:53
professionalSteve Maier10-Jan-06 10:53 
QuestionCreating Database during Installation Pin
Taurian11010-Jan-06 3:06
Taurian11010-Jan-06 3:06 
AnswerRe: Creating Database during Installation Pin
Steve Maier10-Jan-06 3:22
professionalSteve Maier10-Jan-06 3:22 
I have worked at places that do this in a couple different ways. You could copy the database files over to the machine and then attach a new database in SQL Server using a sql command. Or you could just generate the sql for the entire database and have that run on installation. In either case you will have to make sure that SQL Server is installed on the target machine. You can put the MSDE installer inside your installer and even SP3 for it too. SQL Srver is not like Access, you need to have the server running on the machine to get at it. For one product of mine, I switched to SQLite because that is accessed just as a file. I get most of the same features that I need and not much overhead.

Steve Maier, MCSD MCAD

QuestionGACUTIL ??? Pin
faviochilo10-Jan-06 3:05
faviochilo10-Jan-06 3:05 
AnswerRe: GACUTIL ??? Pin
Curtis Schlak.10-Jan-06 3:26
Curtis Schlak.10-Jan-06 3:26 
GeneralRe: GACUTIL ??? Pin
faviochilo10-Jan-06 4:27
faviochilo10-Jan-06 4:27 
GeneralRe: GACUTIL ??? Pin
Curtis Schlak.10-Jan-06 5:00
Curtis Schlak.10-Jan-06 5:00 
QuestionGetRectOfTreeNode Pin
kolsky10-Jan-06 3:02
kolsky10-Jan-06 3:02 
AnswerRe: GetRectOfTreeNode Pin
kolsky10-Jan-06 3:05
kolsky10-Jan-06 3:05 
GeneralRe: GetRectOfTreeNode Pin
Ravi Bhavnani10-Jan-06 7:21
professionalRavi Bhavnani10-Jan-06 7:21 
GeneralRe: GetRectOfTreeNode Pin
Ravi Bhavnani10-Jan-06 10:55
professionalRavi Bhavnani10-Jan-06 10:55 
Questionweb service authentication Pin
seee sharp10-Jan-06 2:57
seee sharp10-Jan-06 2:57 
QuestionImporting Outlook Contacts to a specific folder Pin
Starchild200510-Jan-06 2:40
Starchild200510-Jan-06 2:40 
Questionæøå characters Pin
Genbox10-Jan-06 0:50
Genbox10-Jan-06 0:50 
AnswerRe: æøå characters Pin
mikailcetinkaya10-Jan-06 2:44
mikailcetinkaya10-Jan-06 2:44 
GeneralRe: æøå characters Pin
Genbox10-Jan-06 4:17
Genbox10-Jan-06 4:17 
GeneralRe: æøå characters Pin
mikailcetinkaya11-Jan-06 5:40
mikailcetinkaya11-Jan-06 5:40 
QuestionCommunicating to a mobile phone Pin
mumf8310-Jan-06 0:10
mumf8310-Jan-06 0:10 
AnswerRe: Communicating to a mobile phone Pin
mikailcetinkaya10-Jan-06 2:46
mikailcetinkaya10-Jan-06 2:46 
GeneralRe: Communicating to a mobile phone Pin
ekynox10-Jan-06 13:48
ekynox10-Jan-06 13:48 

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.