473,387 Members | 1,431 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Error: Temporary (volatile) Jet DSN for process 0xb88 Thread 0x9bc DBC 0x955a15c Paradox

Hi all,
What can be wrong in the database connection bellow to connect paradox?
What is missing??
----------------------------------------------------------------------------
-------------------------
<%
Response.Expires = -1
%>
<%
Dim ConParadox

If Tabela = "" then
Tabela = "d:\icdm\" & Session("SiCod") & "\HITEC\DBCDM\" & DirPredio
End If
Response.Write "<b>path of directory to use in paradox</b>: " & Tabela
'Response.End()

Set ConParadox = server.createObject("adodb.connection")
On Error Resume Next
ConParadox.Open "Driver={Microsoft Paradox Driver (*.db )};" & _
"DriverID=538;" & _
"Fil=Paradox 5.X;" & _
"DefaultDir=" & Tabela & ";" & _
"DBQ=" & Tabela & ";" & _
"CollatingSequence=ASCII"
Response.Write "<p>ConParadox:<br>" & ConParadox
'Response.End()

'»»Err treatment.
If Err.Number = -2147467259 then
Response.Write "<br><font color='#FF0000' face='verdana'
size='2'><b>Erro:</b> " & Err.Description
Response.Write "<br><b>Nº:</b> " & Err.Number & "</font>"
Response.Write "<script language='JavaScript'>alert('Este condomínio e/ou
empresa não possue apartamentos a serem listados'); "
Response.Write "history.back();</script>"
Response.End()
End If
%>
----------------------------------------------------------------------------
-------------------------
I use the same database connection to other page and runs ok.

WITH ERRORS:
Driver={Microsoft Paradox Driver (*.db )};DriverID=538;Fil=Paradox
5.X;DefaultDir=d:\icdm\0\HITEC\DBCDM\4;DBQ=d:\icdm \0\HITEC\DBCDM\4;Collating
Sequence=ASCII
Erro: [Microsoft][Driver ODBC para Paradox]Erro geral Não é possível abrir a
chave 'Temporary (volatile) Jet DSN for process 0xb88 Thread 0x9bc DBC
0x955a15c Paradox' do Registro.
Nº: -2147467259

WITHOUT ERRORS:
Provider=MSDASQL.1;Extended
Properties="CollatingSequence=ASCII;DBQ=d:\icdm\0\ HITEC\DBCDM\004;DefaultDir
=d:\icdm\0\HITEC\DBCDM\004;Driver={Microsoft Paradox Driver
(*.db )};DriverId=538;FIL=Paradox 5.X;MaxBufferSize=2048;PageTimeout=5;"

THANKS,
--

««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
Jul 19 '05 #1
2 7003
Vilmar Brazão de Oliveira wrote:
Hi all,
What can be wrong in the database connection bellow to connect
paradox? What is missing??


http://www.aspfaq.com/show.asp?id=2154

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 19 '05 #2
thank you guy! my brains start to run
I found the err which was in the directory where I was try to open the
conection:
- 004 instead 4
- 024 instead 24
and so on!

««««««««»»»»»»»»»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> escreveu na mensagem
news:eA**************@TK2MSFTNGP10.phx.gbl...
Vilmar Brazão de Oliveira wrote:
Hi all,
What can be wrong in the database connection bellow to connect
paradox? What is missing??


http://www.aspfaq.com/show.asp?id=2154

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: paul tomlinson | last post by:
Hi folks - i've got a windows 2000 server (SP3) i've run the IIS lockdown tool on it and set for dynamic websites - all the static pages within the site work ok but an ASP section has been put in...
15
by: M P | last post by:
What does this mean? I am accessing an ASP page that queries Access Database thru fileDSN. I'm using IIS 5.0 Win2K SP4 Microsoft OLE DB Provider for ODBC Drivers error '80004005' General...
3
by: Thomas Tsang | last post by:
I am using ASP + IIS + MS access, when running the following codes: set Conn=Server.CREATEOBJECT("ADODB.CONNECTION") conn.open "DRIVER={Microsoft Access Driver (*.mdb)}; " &...
0
by: Marlon | last post by:
I got the error message below when I try to open a connection with code: Dim connection As New OdbcConnection("Driver={Microsoft Text Driver (*.txt; *.csv)};DBQ=C:\Inetpub\aesd")...
0
by: bazzer | last post by:
hey, i am using visual basic.net 2003 and have an ASP.NET webform application thats accessing a microsoft access 2003 database. i kept getting the following error when i tried to run it: ERROR ...
0
by: bazzer | last post by:
hey, im trying to access a microsoft access database from an ASP.NET web application in visual basic 2003.NET. i get the following error when i try running it: Server Error in...
6
by: bwaichu | last post by:
Can someone help me out here? This is one of those areas of C that I am fuzzy on. I'm not quite sure when I should use volatile. If you could provide an example, that would help out a lot. I...
94
by: Samuel R. Neff | last post by:
When is it appropriate to use "volatile" keyword? The docs simply state: " The volatile modifier is usually used for a field that is accessed by multiple threads without using the lock...
4
by: =?Utf-8?B?VG9kZA==?= | last post by:
I am using Windows XP and have registered the aspsmartupload dll and moved it into the system32 directory. I get the following error Error Type: Microsoft OLE DB Provider for ODBC Drivers...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.