Click here to Skip to main content
15,888,069 members
Home / Discussions / Database
   

Database

 
AnswerRe: Cannot Update..theres an error Pin
Harini N K11-Mar-07 23:47
Harini N K11-Mar-07 23:47 
QuestionSqlserver 2000 and Sqlserver 2005 Pin
alav11-Mar-07 4:03
alav11-Mar-07 4:03 
AnswerRe: Sqlserver 2000 and Sqlserver 2005 Pin
Jerry Hammond11-Mar-07 5:30
Jerry Hammond11-Mar-07 5:30 
AnswerRe: Sqlserver 2000 and Sqlserver 2005 Pin
Paddy Boyd12-Mar-07 1:48
Paddy Boyd12-Mar-07 1:48 
QuestionUse Mssql like Access Pin
Tyler4511-Mar-07 4:38
Tyler4511-Mar-07 4:38 
AnswerRe: Use Mssql like Access Pin
Dave Kreskowiak11-Mar-07 6:40
mveDave Kreskowiak11-Mar-07 6:40 
AnswerRe: Use Mssql like Access Pin
S Douglas12-Mar-07 0:43
professionalS Douglas12-Mar-07 0:43 
AnswerRe: Use Mssql like Access Pin
LongRange.Shooter16-Mar-07 7:38
LongRange.Shooter16-Mar-07 7:38 
The whole purpose of Sql Server is to have data developement projects move out of the amateurish world of Access. What you do is the following:

The application would go on any machine but you create a connection string
in the app.config that contains all of the connection data.

Now in your connection string you specify some url "\\DevelopmentServer" for example.
Whatever you do -- eliminate all existance of localmachine from your connections!!!

Now on the development machines you modify the hosts file as follows
your machine : DevelopmentServer 127.0.0.1
others machine: DevelopmentServer {your ip address}

The only downside to this approach is that any time your IP is reissued via DHCP you need to have the others update their hosts file. The other possibility is you have your engineers give your machine a fixed address until you can deploy a real database server with a fixed address.
Questionstoring many no. of labels n textboxes at one time Pin
manni_n10-Mar-07 7:10
manni_n10-Mar-07 7:10 
QuestionHow to select any field that contain a certain word .. SQL server 2000 Pin
kindman_nb10-Mar-07 6:22
kindman_nb10-Mar-07 6:22 
AnswerRe: How to select any field that contain a certain word .. SQL server 2000 Pin
alexrad11-Mar-07 0:36
alexrad11-Mar-07 0:36 
AnswerRe: How to select any field that contain a certain word .. SQL server 2000 Pin
mghiassi11-Mar-07 0:19
mghiassi11-Mar-07 0:19 
GeneralRe: How to select any field that contain a certain word .. SQL server 2000 Pin
mghiassi11-Mar-07 2:15
mghiassi11-Mar-07 2:15 
GeneralRe: How to select any field that contain a certain word .. SQL server 2000 Pin
kindman_nb11-Mar-07 5:28
kindman_nb11-Mar-07 5:28 
QuestionSQL 2000 Client [modified] Pin
TheEagle10-Mar-07 0:55
TheEagle10-Mar-07 0:55 
AnswerRe: SQL 2000 Client Pin
Dave Kreskowiak11-Mar-07 4:28
mveDave Kreskowiak11-Mar-07 4:28 
GeneralRe: SQL 2000 Client Pin
TheEagle11-Mar-07 5:51
TheEagle11-Mar-07 5:51 
GeneralRe: SQL 2000 Client Pin
Dave Kreskowiak11-Mar-07 6:37
mveDave Kreskowiak11-Mar-07 6:37 
GeneralRe: SQL 2000 Client Pin
TheEagle11-Mar-07 6:16
TheEagle11-Mar-07 6:16 
GeneralRe: SQL 2000 Client Pin
Dave Kreskowiak11-Mar-07 14:04
mveDave Kreskowiak11-Mar-07 14:04 
GeneralRe: SQL 2000 Client Pin
TheEagle12-Mar-07 0:07
TheEagle12-Mar-07 0:07 
QuestionSql Server Pin
anishmm10-Mar-07 0:22
anishmm10-Mar-07 0:22 
AnswerRe: Sql Server Pin
Hesham Amin10-Mar-07 3:37
Hesham Amin10-Mar-07 3:37 
AnswerRe: Sql Server Pin
alexrad11-Mar-07 0:35
alexrad11-Mar-07 0:35 
AnswerRe: Sql Server Pin
Harini N K11-Mar-07 18:36
Harini N K11-Mar-07 18:36 

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.