Click here to Skip to main content
15,912,021 members
Home / Discussions / Database
   

Database

 
QuestionHow to update the values in VC++? Pin
savitri21-Apr-08 23:31
savitri21-Apr-08 23:31 
AnswerRe: How to update the values in VC++? Pin
Blue_Boy22-Apr-08 0:12
Blue_Boy22-Apr-08 0:12 
GeneralSELECT column FROM table WHERE time = @time ISSUE Pin
Harvey Saayman21-Apr-08 23:11
Harvey Saayman21-Apr-08 23:11 
GeneralRe: SELECT column FROM table WHERE time = @time ISSUE Pin
Blue_Boy21-Apr-08 23:50
Blue_Boy21-Apr-08 23:50 
GeneralRe: SELECT column FROM table WHERE time = @time ISSUE Pin
Harvey Saayman21-Apr-08 23:57
Harvey Saayman21-Apr-08 23:57 
GeneralRe: SELECT column FROM table WHERE time = @time ISSUE Pin
Blue_Boy21-Apr-08 23:59
Blue_Boy21-Apr-08 23:59 
GeneralRe: SELECT column FROM table WHERE time = @time ISSUE Pin
Sivu21-Apr-08 23:58
Sivu21-Apr-08 23:58 
GeneralRe: SELECT column FROM table WHERE time = @time ISSUE [modified] Pin
Blue_Boy22-Apr-08 0:01
Blue_Boy22-Apr-08 0:01 
GeneralRe: SELECT column FROM table WHERE time = @time ISSUE Pin
Colin Angus Mackay22-Apr-08 23:46
Colin Angus Mackay22-Apr-08 23:46 
GeneralRe: SELECT column FROM table WHERE time = @time ISSUE Pin
Blue_Boy23-Apr-08 6:28
Blue_Boy23-Apr-08 6:28 
GeneralRe: SELECT column FROM table WHERE time = @time ISSUE Pin
sonia.sardana23-Apr-08 23:43
sonia.sardana23-Apr-08 23:43 
GeneralRe: SELECT column FROM table WHERE time = @time ISSUE Pin
Sivu21-Apr-08 23:53
Sivu21-Apr-08 23:53 
GeneralProblem with timeout in accessing Excel file Pin
Rocky#21-Apr-08 23:06
Rocky#21-Apr-08 23:06 
GeneralRe: Problem with timeout in accessing Excel file Pin
Blue_Boy22-Apr-08 0:20
Blue_Boy22-Apr-08 0:20 
GeneralRe: Problem with timeout in accessing Excel file Pin
Rocky#22-Apr-08 0:28
Rocky#22-Apr-08 0:28 
GeneralRe: Problem with timeout in accessing Excel file Pin
Michael Potter22-Apr-08 4:12
Michael Potter22-Apr-08 4:12 
GeneralRe: Problem with timeout in accessing Excel file Pin
Rocky#22-Apr-08 4:17
Rocky#22-Apr-08 4:17 
GeneralSqlDumpExceptionHandler Error Pin
Vimalsoft(Pty) Ltd21-Apr-08 22:18
professionalVimalsoft(Pty) Ltd21-Apr-08 22:18 
GeneralRe: SqlDumpExceptionHandler Error Pin
SimulationofSai21-Apr-08 22:57
SimulationofSai21-Apr-08 22:57 
GeneralRe: SqlDumpExceptionHandler Error Pin
Vimalsoft(Pty) Ltd21-Apr-08 23:10
professionalVimalsoft(Pty) Ltd21-Apr-08 23:10 
GeneralSQL server mdf and ldf Pin
new2pgrmg21-Apr-08 19:19
new2pgrmg21-Apr-08 19:19 
GeneralRe: SQL server mdf and ldf Pin
Sivu21-Apr-08 21:32
Sivu21-Apr-08 21:32 
From the message - "another program is using this file" - it's clear that your DB is still attached to the SQL Server. To move it you need to detach it. But for that you need to connect to the server.

When you connect to your 'new' installation, can't you see the 'old' database in object explorer? You should actually have access to the complete database and not need to recreate anything...
GeneralRe: SQL server mdf and ldf Pin
SimulationofSai21-Apr-08 21:34
SimulationofSai21-Apr-08 21:34 
GeneralRe: SQL server mdf and ldf Pin
new2pgrmg21-Apr-08 22:12
new2pgrmg21-Apr-08 22:12 
GeneralColumn lenth as read from syscolumns table Pin
WBurgMo21-Apr-08 15:44
WBurgMo21-Apr-08 15:44 

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.