Click here to Skip to main content
15,886,782 members
Home / Discussions / Database
   

Database

 
QuestionI used NVL fuction to convert the null value into 0 what is the equavalent thing in SQL server . Pin
anishyanic17-Oct-05 23:33
anishyanic17-Oct-05 23:33 
Questioncumulative aggregate queries in transact-sql Pin
smita_roy17-Oct-05 22:27
smita_roy17-Oct-05 22:27 
AnswerRe: cumulative aggregate queries in transact-sql Pin
under281120-Oct-05 0:19
under281120-Oct-05 0:19 
Questionconnection string Pin
kindkirk17-Oct-05 18:44
kindkirk17-Oct-05 18:44 
AnswerRe: connection string Pin
S Douglas20-Oct-05 0:52
professionalS Douglas20-Oct-05 0:52 
GeneralRe: connection string Pin
Luis Alonso Ramos20-Oct-05 19:10
Luis Alonso Ramos20-Oct-05 19:10 
GeneralRe: connection string Pin
S Douglas20-Oct-05 20:13
professionalS Douglas20-Oct-05 20:13 
QuestionDAO Error 3028 Pin
mikanu17-Oct-05 11:22
mikanu17-Oct-05 11:22 
Hi,

I'm working on a VB6 solution that's using two access databases. One "local" database that is always accessible, located in the same folder as the application and another "remote" database that could reside either on the same computer or on a network drive. At the start-up of my application I have to open the local database and read in some settings. It all works great but here's the problem: If I unplug the internet cable from the computer I get the following error trying to open the local database -- Error 3028: "Can't start your application. The system database is missing or opened exclusively another user." What is really puzzling is that the local database has nothing to do with the remote one (which may be located on a network drive that may be disconnected by removing the network cable) and yet it doesn't let me open it.

In my code I'm using DAO methods to open the database in non-exclusive mode such as:

<code>
Dim db as Database

db =  OpenDatabase("",False,False,";DATABASE='C:\Work\MyProject\local.mdb'; PWD='passcode'")
</code>


This happens running on a Windows NT 4.0 Workstation.. does naybody have any ideas what might be causing this and if you do.. how can I get around it?

Thanks for any info you might have/share


Mikk

-- modified at 17:22 Monday 17th October, 2005
AnswerRe: DAO Error 3028 Pin
S Douglas20-Oct-05 1:25
professionalS Douglas20-Oct-05 1:25 
GeneralRe: DAO Error 3028 Pin
mikanu25-Oct-05 13:31
mikanu25-Oct-05 13:31 
GeneralRe: DAO Error 3028 Pin
S Douglas26-Oct-05 2:01
professionalS Douglas26-Oct-05 2:01 
GeneralRe: DAO Error 3028 Pin
mikanu27-Oct-05 8:38
mikanu27-Oct-05 8:38 
GeneralRe: DAO Error 3028 Pin
S Douglas27-Oct-05 14:30
professionalS Douglas27-Oct-05 14:30 
QuestionImport XML file in SQL Server 2000 database Pin
george ivanov17-Oct-05 9:05
george ivanov17-Oct-05 9:05 
AnswerRe: Import XML file in SQL Server 2000 database Pin
enjoycrack17-Oct-05 16:35
enjoycrack17-Oct-05 16:35 
QuestionDataTable, DataView, and DataGridView databinding and display Pin
Drew McGhie17-Oct-05 5:44
Drew McGhie17-Oct-05 5:44 
AnswerRe: DataTable, DataView, and DataGridView databinding and display Pin
miah alom17-Oct-05 5:48
miah alom17-Oct-05 5:48 
QuestionEarly Binding Problem Pin
itkid17-Oct-05 5:31
itkid17-Oct-05 5:31 
QuestionConverting 1000 into 10.00 Pin
hasanali0017-Oct-05 4:57
hasanali0017-Oct-05 4:57 
AnswerRe: Converting 1000 into 10.00 Pin
miah alom17-Oct-05 5:44
miah alom17-Oct-05 5:44 
QuestionAccess Hyperlink Field Pin
T-Smooth17-Oct-05 2:19
T-Smooth17-Oct-05 2:19 
Questionsteps of configure the MySQL database in Windows XP Pin
khuchaiz16-Oct-05 13:18
khuchaiz16-Oct-05 13:18 
QuestionDataGrid Pin
kkchh16-Oct-05 4:55
kkchh16-Oct-05 4:55 
AnswerRe: DataGrid Pin
miah alom17-Oct-05 5:31
miah alom17-Oct-05 5:31 
GeneralRe: DataGrid Pin
Anonymous18-Oct-05 14:56
Anonymous18-Oct-05 14:56 

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.