Click here to Skip to main content
15,898,741 members
Home / Discussions / Database
   

Database

 
GeneralDataTable SELECT option Pin
dbetting17-Sep-04 8:06
dbetting17-Sep-04 8:06 
GeneralRe: DataTable SELECT option Pin
Michael Potter17-Sep-04 10:24
Michael Potter17-Sep-04 10:24 
GeneralRe: DataTable SELECT option Pin
dbetting17-Sep-04 16:54
dbetting17-Sep-04 16:54 
QuestionInstalling MSDE on XP Pro? Pin
Dam.NET17-Sep-04 6:22
Dam.NET17-Sep-04 6:22 
AnswerRe: Installing MSDE on XP Pro? Pin
Orcrist17-Sep-04 7:15
Orcrist17-Sep-04 7:15 
GeneralRe: Installing MSDE on XP Pro? Pin
Orcrist17-Sep-04 7:21
Orcrist17-Sep-04 7:21 
GeneralRe: Installing MSDE on XP Pro? Pin
Dam.NET19-Sep-04 8:57
Dam.NET19-Sep-04 8:57 
GeneralRe: Installing MSDE on XP Pro? Pin
Orcrist19-Sep-04 10:42
Orcrist19-Sep-04 10:42 
If I had to guess (and I am), I would hedge a bet that the ODB user is a login created by another application for MSDE and that this login is for some other instance of SQL Server (MSDE). You should be able to just ignore it.

He are some steps to try. Hopefully it will get you rolling:

1. In bottom left taskbar tray for Windows 2000/XP double click the SQL service Manager Icon. In the server name field enter {MACHINE NAME}\{MSDE Instance Name}. So for example if your machine name is "CLOUD" and you MSDE instance was named "MSDEDB" you would enter:
CLOUD\MSDEDB

I am not sure on the following steps since it has been months since I last had to setup Teratrax for the database.
2. Start Teratrax
3. Under File select Add server
4. In the server name enter: {MACHINE NAME}\{MSDE Instance Name}
for example CLOUD\MSDEDB
If everything is setup okay then you should be able to connect to the database instance, add logins and perform other activities. If you are particularly weak with SQL server then I would suggest that you download SQL Server Books Online from Microsoft downloads.
As for you connection strings to the database you could use something like the following for a OLEDB connection:

"Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=ConsignIT;Data Source=CLOUD\MSDEDB"

That should do it. If you are still having trouble then perhaps reinstall MSDE again. The ini file should be something like the following:

[Options]
INSTANCENAME=MSDEDB
SAPWD=mypassword

Other than that I can imagigine what other problem you might be running into.

good luck and let me know how it went.

David
GeneralRe: Installing MSDE on XP Pro? Pin
Dam.NET19-Sep-04 10:47
Dam.NET19-Sep-04 10:47 
Generaldatagrid with large record Pin
caheo17-Sep-04 5:03
caheo17-Sep-04 5:03 
GeneralPlugin to Enterpriser Manager Pin
cbmdk16-Sep-04 23:21
cbmdk16-Sep-04 23:21 
QuestionHow do i insert a blank value? Pin
xiaowenjie16-Sep-04 17:54
xiaowenjie16-Sep-04 17:54 
AnswerRe: How do i insert a blank value? Pin
Mekong River17-Sep-04 6:32
Mekong River17-Sep-04 6:32 
GeneralRe: How do i insert a blank value? Pin
xiaowenjie17-Sep-04 18:59
xiaowenjie17-Sep-04 18:59 
GeneralRe: How do i insert a blank value? Pin
Mekong River18-Sep-04 3:40
Mekong River18-Sep-04 3:40 
GeneralLocking Database Pin
WinDotNet16-Sep-04 0:53
WinDotNet16-Sep-04 0:53 
GeneralRe: help in simple access query Pin
David Salter16-Sep-04 10:37
David Salter16-Sep-04 10:37 
GeneralRe: help in simple access query Pin
Mekong River16-Sep-04 15:22
Mekong River16-Sep-04 15:22 
QuestionHow to get two or more params' value in the Extend Procedure DLL ? Pin
fu015-Sep-04 22:21
fu015-Sep-04 22:21 
AnswerRe: How to get two or more params' value in the Extend Procedure DLL ? Pin
David Salter16-Sep-04 10:43
David Salter16-Sep-04 10:43 
QuestionCan set auto-increament value in Ms Access database? Pin
DotNet15-Sep-04 21:57
DotNet15-Sep-04 21:57 
AnswerRe: Can set auto-increament value in Ms Access database? Pin
David Salter16-Sep-04 10:34
David Salter16-Sep-04 10:34 
GeneralHelp required for implementing the rowlevel locking trough ADO Connection Object Pin
chintan197915-Sep-04 20:42
chintan197915-Sep-04 20:42 
GeneralRe: Help required for implementing the rowlevel locking trough ADO Connection Object Pin
Steven Campbell16-Sep-04 8:41
Steven Campbell16-Sep-04 8:41 
GeneralRe: Help required for implementing the rowlevel locking trough ADO Connection Object Pin
WinDotNet6-Oct-04 22:50
WinDotNet6-Oct-04 22:50 

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.