Re: Function sequence error
- From: "Ook" <nousenetspam at dead ice dot us>
- Date: Thu, 20 Apr 2006 09:02:09 -0700
It's an ODBC error. Are you sure these two PCs using the same version of the
ODBC driver? Are you validating your connection handle before you call
sqlexec?
<bpiroue@xxxxxxxxxxx> wrote in message
news:1145546511.800447.22000@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi all,
our customers has 30 PCs running the same version of our Software
against a sql server 2000 database.
28 PCs are running fine, 2 of them shows an error "Function sequence
error". The line in my VFP code is:
IF sqlexec(nConnecthandle, lcSql) < 0
*errorhandling
ENDIF
lcsql is an sql statement, a little bit complicated, but not too much.
The function sequence error is thrown by the driver manager, not by the
sql server.
All the 28 other PCs are able to send the same sql statement to the
server, no problem...
I already checked the version of the sql server driver (winxp), but
they do have all the same version, all of the 30...
What can I do here?
Thank you!
/Bastien
.
- Follow-Ups:
- Re: Function sequence error
- From: bpiroue
- Re: Function sequence error
- References:
- Function sequence error
- From: bpiroue
- Function sequence error
- Prev by Date: Re: Problem with form getting trashed
- Next by Date: Re: Year comparison
- Previous by thread: Function sequence error
- Next by thread: Re: Function sequence error
- Index(es):
Relevant Pages
|