CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 Have an error with Interbase in a form

Print topic Send  topic

Author Message
=?iso-8859-1?Q?Ra=FAl_E._Rivero?=
Posted: 08/27/2001, 7:18 PM

This is a multi-part message in MIME format.

------=_NextPart_000_001C_01C12F4E.99AD23A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Have an error in a form that send me this error:

Microsoft OLE DB Provider for ODBC Drivers error '80040e09'=20
[Easysoft][Interbase]Dynamic SQL Error, SQL error code =3D -104, Token =
unknown - line 1, char 36, Null=20

/registro/Common.asp, line 33=20

Anybody have this error?

Thanks




-------------------------------------------------------------------------=
-------
Ra=FAl E. Rivero
PRS Inform=E1tica
www.prs.com.uy
rerivero@adinet.com.uy
Montevideo - URUGUAY


------=_NextPart_000_001C_01C12F4E.99AD23A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2><FONT face=3D"Times New Roman">Have =
an error in a=20
form that send me this error:</FONT></FONT></DIV><FONT face=3DVerdana =
size=3D2><FONT=20
face=3D"Times New Roman">
<DIV><BR>Microsoft OLE DB Provider for ODBC Drivers error '80040e09'=20
<BR>[Easysoft][Interbase]Dynamic SQL Error, SQL error code =3D -104, =
Token unknown=20
- line 1, char 36, Null <BR><BR>/registro/Common.asp, line 33 </DIV>
<DIV> </DIV>
<DIV></FONT><FONT face=3DVerdana>Anybody have this error?</FONT></DIV>
<DIV><FONT face=3DVerdana></FONT> </DIV>
<DIV><FONT face=3DVerdana>Thanks</DIV>
<DIV><BR></DIV></FONT></FONT>
<DIV><FONT face=3DVerdana size=3D2> </DIV></FONT>
<DIV>
<HR>
<FONT color=3Dblue size=3D+1><B>Ra=FAl E. Rivero</B></FONT><BR><FONT =
color=3Dblue>PRS=20
Inform=E1tica</FONT><BR><FONT color=3Dred><A=20
href=3D"http://www.prs.com.uy">www.prs.com.uy</A></FONT><BR><FONT =
color=3Dblue><A=20
href=3D"mailto:rerivero@adinet.com.uy">rerivero@adinet.com.uy</A></FONT><=
BR><FONT=20
color=3Dblue>Montevideo - URUGUAY</FONT><BR></DIV></BODY></HTML>

------=_NextPart_000_001C_01C12F4E.99AD23A0--
M.Masri
Posted: 08/28/2001, 12:28 AM

This is a multi-part message in MIME format.

------=_NextPart_000_0011_01C12FA3.BDBF7360
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have it too but still no solution.

This error happend because of genereated sWhere statement:=20
=20
SELECT firstfield, secondfield FROM myTable WHERE firstfield =3D NULL
=20
In Interbase NULL is state and not a value! the correct Select statment =
should be:
=20
SELECT firstfield, secondfield FROM myTable WHERE firstfield IS NULL
=20
Is there a way to change the syntax before the code will be generated, =
because I have around 40 Forms?
=20
Tia
M.Masri

"Ra=FAl E. Rivero" <rerivero@adinet.com.uy> schreef in bericht =
news:9mev20$eaf$1@news.codecharge.com...
Have an error in a form that send me this error:

Microsoft OLE DB Provider for ODBC Drivers error '80040e09'=20
[Easysoft][Interbase]Dynamic SQL Error, SQL error code =3D -104, Token =
unknown - line 1, char 36, Null=20

/registro/Common.asp, line 33=20

Anybody have this error?

Thanks




-------------------------------------------------------------------------=
-----
Ra=FAl E. Rivero
PRS Inform=E1tica
www.prs.com.uy
rerivero@adinet.com.uy
Montevideo - URUGUAY


------=_NextPart_000_0011_01C12FA3.BDBF7360
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I have it too but still no =
solution.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>This error happend because of =
genereated sWhere=20
statement: <BR> <BR>SELECT firstfield, secondfield FROM myTable =
WHERE=20
firstfield <STRONG><FONT color=3D#0000ff>=3D =
NULL</FONT></STRONG><BR> <BR>In=20
Interbase NULL is state and not a value! the correct Select statment =
should=20
be:<BR>  <BR>SELECT firstfield, secondfield FROM myTable WHERE =
firstfield=20
<STRONG><FONT color=3D#0000ff>IS NULL</FONT></STRONG><BR> <BR>Is =
there a way=20
to change the syntax before the code will be generated, because I have =
around 40=20
Forms?<BR> <BR>Tia<BR>M.Masri</FONT><BR></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Ra=FAl E. Rivero" <<A=20
href=3D"mailto:rerivero@adinet.com.uy">rerivero@adinet.com.uy</A>> =
schreef in=20
bericht <A=20
=
href=3D"news:9mev20$eaf$1@news.codecharge.com">news:9mev20$eaf$1@news.codecharge.=
com</A>...</DIV>
<DIV><FONT face=3DVerdana size=3D2><FONT face=3D"Times New Roman">Have =
an error in a=20
form that send me this error:</FONT></FONT></DIV><FONT face=3DVerdana=20
size=3D2><FONT face=3D"Times New Roman">
<DIV><BR>Microsoft OLE DB Provider for ODBC Drivers error '80040e09'=20
<BR>[Easysoft][Interbase]Dynamic SQL Error, SQL error code =3D -104, =
Token=20
unknown - line 1, char 36, Null <BR><BR>/registro/Common.asp, line 33 =
</DIV>
<DIV> </DIV>
<DIV></FONT><FONT face=3DVerdana>Anybody have this error?</FONT></DIV>
<DIV><FONT face=3DVerdana></FONT> </DIV>
<DIV><FONT face=3DVerdana>Thanks</DIV>
<DIV><BR></DIV></FONT></FONT>
<DIV><FONT face=3DVerdana size=3D2> </DIV></FONT>
<DIV>
<HR>
<FONT color=3Dblue size=3D+1><B>Ra=FAl E. Rivero</B></FONT><BR><FONT =
color=3Dblue>PRS=20
Inform=E1tica</FONT><BR><FONT color=3Dred><A=20
href=3D"http://www.prs.com.uy">www.prs.com.uy</A></FONT><BR><FONT =
color=3Dblue><A=20
=
href=3D"mailto:rerivero@adinet.com.uy">rerivero@adinet.com.uy</A></FONT><=
BR><FONT=20
color=3Dblue>Montevideo - =
URUGUAY</FONT><BR></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0011_01C12FA3.BDBF7360--
Alexey Alexapolsky
Posted: 08/28/2001, 5:19 AM

This is a multi-part message in MIME format.

------=_NextPart_000_000D_01C12FD4.6637F500
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Is your DB Interbase too ?
Please submit your .ccs file and db dump to CodeCharge support.

--=20
Alex
CC

M.Masri <moutaz.masri@wanadoo.nl> wrote in message =
news:9mfh6d$ot7$1@news.codecharge.com...
I have it too but still no solution.
=20
This error happend because of genereated sWhere statement:=20
=20
SELECT firstfield, secondfield FROM myTable WHERE firstfield =3D NULL
=20
In Interbase NULL is state and not a value! the correct Select =
statment should be:
=20
SELECT firstfield, secondfield FROM myTable WHERE firstfield IS NULL
=20
Is there a way to change the syntax before the code will be generated, =
because I have around 40 Forms?
=20
Tia
M.Masri

"Ra=FAl E. Rivero" <rerivero@adinet.com.uy> schreef in bericht =
news:9mev20$eaf$1@news.codecharge.com...
Have an error in a form that send me this error:

Microsoft OLE DB Provider for ODBC Drivers error '80040e09'=20
[Easysoft][Interbase]Dynamic SQL Error, SQL error code =3D -104, =
Token unknown - line 1, char 36, Null=20

/registro/Common.asp, line 33=20

Anybody have this error?
=20
Thanks


=20

-------------------------------------------------------------------------=
---
Ra=FAl E. Rivero
PRS Inform=E1tica
www.prs.com.uy
rerivero@adinet.com.uy
Montevideo - URUGUAY


------=_NextPart_000_000D_01C12FD4.6637F500
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Is your DB Interbase too ?</FONT></DIV>
<DIV><FONT size=3D2>Please submit your .ccs file and db dump to =
CodeCharge=20
support.</FONT></DIV>
<DIV><BR>-- <BR>Alex<BR><FONT size=3D2>CC</FONT></DIV>
<DIV> </DIV>
<DIV>M.Masri <<A=20
href=3D"mailto:moutaz.masri@wanadoo.nl">moutaz.masri@wanadoo.nl</A>> =
wrote in=20
message <A=20
href=3D"news:9mfh6d$ot7$1@news.codecharge.com">news:9mfh6d$ot7$1@news.codecharge.=
com</A>...</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2>I have it too but still no =
solution.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>This error happend because of =
genereated sWhere=20
statement: <BR> <BR>SELECT firstfield, secondfield FROM myTable =
WHERE=20
firstfield <STRONG><FONT color=3D#0000ff>=3D =
NULL</FONT></STRONG><BR> <BR>In=20
Interbase NULL is state and not a value! the correct Select statment =
should=20
be:<BR>  <BR>SELECT firstfield, secondfield FROM myTable WHERE =
firstfield=20
<STRONG><FONT color=3D#0000ff>IS NULL</FONT></STRONG><BR> <BR>Is =
there a=20
way to change the syntax before the code will be generated, because I =
have=20
around 40 Forms?<BR> <BR>Tia<BR>M.Masri</FONT><BR></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; =
MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV>"Ra=FAl E. Rivero" <<A=20
=
href=3D"mailto:rerivero@adinet.com.uy">rerivero@adinet.com.uy</A>> =
schreef=20
in bericht <A=20
=
href=3D"news:9mev20$eaf$1@news.codecharge.com">news:9mev20$eaf$1@news.codecharge.=
com</A>...</DIV>
<DIV><FONT face=3DVerdana size=3D2><FONT face=3D"Times New =
Roman">Have an error in=20
a form that send me this error:</FONT></FONT></DIV><FONT =
face=3DVerdana=20
size=3D2><FONT face=3D"Times New Roman">
<DIV><BR>Microsoft OLE DB Provider for ODBC Drivers error '80040e09' =

<BR>[Easysoft][Interbase]Dynamic SQL Error, SQL error code =3D -104, =
Token=20
unknown - line 1, char 36, Null <BR><BR>/registro/Common.asp, line =
33 </DIV>
<DIV> </DIV>
<DIV></FONT><FONT face=3DVerdana>Anybody have this =
error?</FONT></DIV>
<DIV><FONT face=3DVerdana></FONT> </DIV>
<DIV><FONT face=3DVerdana>Thanks</DIV>
<DIV><BR></DIV></FONT></FONT>
<DIV><FONT face=3DVerdana size=3D2> </DIV></FONT>
<DIV>
<HR>
<FONT color=3Dblue size=3D+1><B>Ra=FAl E. Rivero</B></FONT><BR><FONT =

color=3Dblue>PRS Inform=E1tica</FONT><BR><FONT color=3Dred><A=20
href=3D"http://www.prs.com.uy">www.prs.com.uy</A></FONT><BR><FONT=20
color=3Dblue><A=20
=
href=3D"mailto:rerivero@adinet.com.uy">rerivero@adinet.com.uy</A></FONT><=
BR><FONT=20
color=3Dblue>Montevideo -=20
URUGUAY</FONT><BR></DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_000D_01C12FD4.6637F500--
M.Masri
Posted: 08/28/2001, 6:31 AM

This is a multi-part message in MIME format.

------=_NextPart_000_000D_01C12FD6.8BF54B60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Yes it's InterBase. through EasySoft ODBC driver.=20
I'll do.
M.Masri
"Alexey Alexapolsky" <alexa@codecharge.com> schreef in bericht =
news:9mg28j$4u4$1@news.codecharge.com...
Is your DB Interbase too ?
Please submit your .ccs file and db dump to CodeCharge support.

--=20
Alex
CC

M.Masri <moutaz.masri@wanadoo.nl> wrote in message =
news:9mfh6d$ot7$1@news.codecharge.com...
I have it too but still no solution.

This error happend because of genereated sWhere statement:=20
=20
SELECT firstfield, secondfield FROM myTable WHERE firstfield =3D =
NULL
=20
In Interbase NULL is state and not a value! the correct Select =
statment should be:
=20
SELECT firstfield, secondfield FROM myTable WHERE firstfield IS NULL
=20
Is there a way to change the syntax before the code will be =
generated, because I have around 40 Forms?
=20
Tia
M.Masri

"Ra=FAl E. Rivero" <rerivero@adinet.com.uy> schreef in bericht =
news:9mev20$eaf$1@news.codecharge.com...
Have an error in a form that send me this error:

Microsoft OLE DB Provider for ODBC Drivers error '80040e09'=20
[Easysoft][Interbase]Dynamic SQL Error, SQL error code =3D -104, =
Token unknown - line 1, char 36, Null=20

/registro/Common.asp, line 33=20

Anybody have this error?

Thanks




-------------------------------------------------------------------------=
-
Ra=FAl E. Rivero
PRS Inform=E1tica
www.prs.com.uy
rerivero@adinet.com.uy
Montevideo - URUGUAY


------=_NextPart_000_000D_01C12FD6.8BF54B60
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Yes it's InterBase. through EasySoft =
ODBC=20
driver. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I'll do.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>M.Masri</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Alexey Alexapolsky" <<A=20
href=3D"mailto:alexa@codecharge.com">alexa@codecharge.com</A>> =
schreef in=20
bericht <A=20
=
href=3D"news:9mg28j$4u4$1@news.codecharge.com">news:9mg28j$4u4$1@news.codecharge.=
com</A>...</DIV>
<DIV><FONT size=3D2>Is your DB Interbase too ?</FONT></DIV>
<DIV><FONT size=3D2>Please submit your .ccs file and db dump to =
CodeCharge=20
support.</FONT></DIV>
<DIV><BR>-- <BR>Alex<BR><FONT size=3D2>CC</FONT></DIV>
<DIV> </DIV>
<DIV>M.Masri <<A=20
=
href=3D"mailto:moutaz.masri@wanadoo.nl">moutaz.masri@wanadoo.nl</A>> =
wrote in=20
message <A=20
=
href=3D"news:9mfh6d$ot7$1@news.codecharge.com">news:9mfh6d$ot7$1@news.codecharge.=
com</A>...</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2>I have it too but still no=20
solution.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>This error happend because of =
genereated sWhere=20
statement: <BR> <BR>SELECT firstfield, secondfield FROM myTable =
WHERE=20
firstfield <STRONG><FONT color=3D#0000ff>=3D=20
NULL</FONT></STRONG><BR> <BR>In Interbase NULL is state and not =
a=20
value! the correct Select statment should be:<BR>  <BR>SELECT=20
firstfield, secondfield FROM myTable WHERE firstfield <STRONG><FONT=20
color=3D#0000ff>IS NULL</FONT></STRONG><BR> <BR>Is there a way =
to change=20
the syntax before the code will be generated, because I have around =
40=20
Forms?<BR> <BR>Tia<BR>M.Masri</FONT><BR></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Ra=FAl E. Rivero" <<A=20
=
href=3D"mailto:rerivero@adinet.com.uy">rerivero@adinet.com.uy</A>>=20
schreef in bericht <A=20
=
href=3D"news:9mev20$eaf$1@news.codecharge.com">news:9mev20$eaf$1@news.codecharge.=
com</A>...</DIV>
<DIV><FONT face=3DVerdana size=3D2><FONT face=3D"Times New =
Roman">Have an error=20
in a form that send me this error:</FONT></FONT></DIV><FONT =
face=3DVerdana=20
size=3D2><FONT face=3D"Times New Roman">
<DIV><BR>Microsoft OLE DB Provider for ODBC Drivers error =
'80040e09'=20
<BR>[Easysoft][Interbase]Dynamic SQL Error, SQL error code =3D =
-104, Token=20
unknown - line 1, char 36, Null <BR><BR>/registro/Common.asp, line =
33=20
</DIV>
<DIV> </DIV>
<DIV></FONT><FONT face=3DVerdana>Anybody have this =
error?</FONT></DIV>
<DIV><FONT face=3DVerdana></FONT> </DIV>
<DIV><FONT face=3DVerdana>Thanks</DIV>
<DIV><BR></DIV></FONT></FONT>
<DIV><FONT face=3DVerdana size=3D2> </DIV></FONT>
<DIV>
<HR>
<FONT color=3Dblue size=3D+1><B>Ra=FAl E. =
Rivero</B></FONT><BR><FONT=20
color=3Dblue>PRS Inform=E1tica</FONT><BR><FONT color=3Dred><A=20
href=3D"http://www.prs.com.uy">www.prs.com.uy</A></FONT><BR><FONT=20
color=3Dblue><A=20
=
href=3D"mailto:rerivero@adinet.com.uy">rerivero@adinet.com.uy</A></FONT><=
BR><FONT=20
color=3Dblue>Montevideo -=20
URUGUAY</FONT><BR></DIV></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></H=
TML>

------=_NextPart_000_000D_01C12FD6.8BF54B60--
=?iso-8859-1?Q?Ra=FAl_E._Rivero?=
Posted: 08/28/2001, 7:21 AM

This is a multi-part message in MIME format.

------=_NextPart_000_0017_01C12FB3.7E778CA0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Me too. Please send me the result of support.
Thanks.

"M.Masri" <moutaz.masri@wanadoo.nl> escribi=F3 en el mensaje =
news:9mg6gc$8cn$1@news.codecharge.com...
Yes it's InterBase. through EasySoft ODBC driver.=20
I'll do.
M.Masri
"Alexey Alexapolsky" <alexa@codecharge.com> schreef in bericht =
news:9mg28j$4u4$1@news.codecharge.com...
Is your DB Interbase too ?
Please submit your .ccs file and db dump to CodeCharge support.

--=20
Alex
CC

M.Masri <moutaz.masri@wanadoo.nl> wrote in message =
news:9mfh6d$ot7$1@news.codecharge.com...
I have it too but still no solution.

This error happend because of genereated sWhere statement:=20
=20
SELECT firstfield, secondfield FROM myTable WHERE firstfield =3D =
NULL
=20
In Interbase NULL is state and not a value! the correct Select =
statment should be:
=20
SELECT firstfield, secondfield FROM myTable WHERE firstfield IS =
NULL
=20
Is there a way to change the syntax before the code will be =
generated, because I have around 40 Forms?
=20
Tia
M.Masri

"Ra=FAl E. Rivero" <rerivero@adinet.com.uy> schreef in bericht =
news:9mev20$eaf$1@news.codecharge.com...
Have an error in a form that send me this error:

Microsoft OLE DB Provider for ODBC Drivers error '80040e09'=20
[Easysoft][Interbase]Dynamic SQL Error, SQL error code =3D -104, =
Token unknown - line 1, char 36, Null=20

/registro/Common.asp, line 33=20

Anybody have this error?

Thanks




------------------------------------------------------------------------
Ra=FAl E. Rivero
PRS Inform=E1tica
www.prs.com.uy
rerivero@adinet.com.uy
Montevideo - URUGUAY


------=_NextPart_000_0017_01C12FB3.7E778CA0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2>Me too. Please send me the result of=20
support.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>Thanks.</FONT></DIV>
<DIV> </DIV>
<DIV>"M.Masri" <<A=20
href=3D"mailto:moutaz.masri@wanadoo.nl">moutaz.masri@wanadoo.nl</A>> =
escribi=F3=20
en el mensaje <A=20
href=3D"news:9mg6gc$8cn$1@news.codecharge.com">news:9mg6gc$8cn$1@news.codecharge.=
com</A>...</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2>Yes it's InterBase. through EasySoft =
ODBC=20
driver. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I'll do.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>M.Masri</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Alexey Alexapolsky" <<A=20
href=3D"mailto:alexa@codecharge.com">alexa@codecharge.com</A>> =
schreef in=20
bericht <A=20
=
href=3D"news:9mg28j$4u4$1@news.codecharge.com">news:9mg28j$4u4$1@news.codecharge.=
com</A>...</DIV>
<DIV><FONT size=3D2>Is your DB Interbase too ?</FONT></DIV>
<DIV><FONT size=3D2>Please submit your .ccs file and db dump to =
CodeCharge=20
support.</FONT></DIV>
<DIV><BR>-- <BR>Alex<BR><FONT size=3D2>CC</FONT></DIV>
<DIV> </DIV>
<DIV>M.Masri <<A=20
=
href=3D"mailto:moutaz.masri@wanadoo.nl">moutaz.masri@wanadoo.nl</A>> =
wrote=20
in message <A=20
=
href=3D"news:9mfh6d$ot7$1@news.codecharge.com">news:9mfh6d$ot7$1@news.codecharge.=
com</A>...</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2>I have it too but still no=20
solution.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>This error happend because of =
genereated=20
sWhere statement: <BR> <BR>SELECT firstfield, secondfield =
FROM=20
myTable WHERE firstfield <STRONG><FONT color=3D#0000ff>=3D=20
NULL</FONT></STRONG><BR> <BR>In Interbase NULL is state and =
not a=20
value! the correct Select statment should be:<BR>  <BR>SELECT =

firstfield, secondfield FROM myTable WHERE firstfield =
<STRONG><FONT=20
color=3D#0000ff>IS NULL</FONT></STRONG><BR> <BR>Is there a =
way to=20
change the syntax before the code will be generated, because I =
have around=20
40 Forms?<BR> <BR>Tia<BR>M.Masri</FONT><BR></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Ra=FAl E. Rivero" <<A=20
=
href=3D"mailto:rerivero@adinet.com.uy">rerivero@adinet.com.uy</A>>=20
schreef in bericht <A=20
=
href=3D"news:9mev20$eaf$1@news.codecharge.com">news:9mev20$eaf$1@news.codecharge.=
com</A>...</DIV>
<DIV><FONT face=3DVerdana size=3D2><FONT face=3D"Times New =
Roman">Have an=20
error in a form that send me this =
error:</FONT></FONT></DIV><FONT=20
face=3DVerdana size=3D2><FONT face=3D"Times New Roman">
<DIV><BR>Microsoft OLE DB Provider for ODBC Drivers error =
'80040e09'=20
<BR>[Easysoft][Interbase]Dynamic SQL Error, SQL error code =3D =
-104, Token=20
unknown - line 1, char 36, Null <BR><BR>/registro/Common.asp, =
line 33=20
</DIV>
<DIV> </DIV>
<DIV></FONT><FONT face=3DVerdana>Anybody have this =
error?</FONT></DIV>
<DIV><FONT face=3DVerdana></FONT> </DIV>
<DIV><FONT face=3DVerdana>Thanks</DIV>
<DIV><BR></DIV></FONT></FONT>
<DIV><FONT face=3DVerdana size=3D2> </DIV></FONT>
<DIV>
<HR>
<FONT color=3Dblue size=3D+1><B>Ra=FAl E. =
Rivero</B></FONT><BR><FONT=20
color=3Dblue>PRS Inform=E1tica</FONT><BR><FONT color=3Dred><A=20
=
href=3D"http://www.prs.com.uy">www.prs.com.uy</A></FONT><BR><FONT=20
color=3Dblue><A=20
=
href=3D"mailto:rerivero@adinet.com.uy">rerivero@adinet.com.uy</A></FONT><=
BR><FONT=20
color=3Dblue>Montevideo -=20
=
URUGUAY</FONT><BR></DIV></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUO=
TE></BODY></HTML>

------=_NextPart_000_0017_01C12FB3.7E778CA0--

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.