473,387 Members | 3,810 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.

Cannot figure out error in asp code

The following is the error:

Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error (missing operator) in query expression 'ApplicantIntID ='.
/subgrantapptest/ListSaved.asp, line 53

The following is the code:

<script LANGUAGE="JavaScript">
<!--

if (window != top) top.location.href = location.href;

// -->
</script>
<html>
<head>
<style type="text/css">
p, input, select {color:black; font-size: 10px; HEIGHT:10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
td.head {background-color:#FFFFFF; color:red; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif}
td.body {background-color:#C0C0C0; color:blue; font-size: 10px; height:22; font-family: Verdana, Arial, Helvetica, sans-serif}
</style>
</head>
<table width="604" border="0" cellspacing="0" cellpadding="0" height="1">
<tr>
<td class="head" height="78" colspan="5" width="600"><img src="./images/cc_a.gif" name="cc_a" border="0" alt="Montana Board of Crime Control" width="600" height="100"></td>
</tr>
<tr>
<td class="head" height="4" colspan="2" valign="top"><img src="./images/cc_b.gif" name="cc_b" border="0" alt="Montana Board of Crime Control" width="226" height="37"></td>
<td class="head" width="423" height="4" colspan="3">
<img border="0" src="./images/OnlineAppProcess2.gif"></td>
</table>
<br>
<table width="720" border="0" cellspacing="0" cellpadding="1" height="0">
<tr>
<td class="head" ALIGN="CENTER" BORDER="0">
<img SRC="./images/SavedApp2.gif" BORDER="0" width="252" height="32">
</td>
</tr>
</table>
<!-- #include file="connection.asp" -->
<title><% response.write strTitle & " List Saved" %></title>
<%
dim sql01
dim ApplicantIntID
dim i
dim ProjTitle
dim AppIntID
dim AgencyName
dim AgencyCountyName
dim count

ApplicantIntID = Request.Cookies("ApplicantIntID")
'count = Request.QueryString("count")

strSQL = "SELECT tblApplication.*, RFPTitle, RFPYear, RFPProgramCode FROM tblApplication "
strSQL = strSQL & "INNER JOIN tblRFP ON tblApplication.RFPIntID = tblRFP.RFPIntID"
strSQL = strSQL & " WHERE ApplicantIntID = "
strSQL = strSQL & ApplicantIntID

rstemp.open strSQL, cnn

numrows = rstemp(0)

response.write "<br>" & vbCRLF
response.write "<P>" & vbCRLF
response.write "<table border=0 cellspacing=1 cellpadding=1 height=0>" & vbCRLF
response.write "<tr>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Application Title</b>" & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Agency</b>" & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>RFP</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Delete</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Finalize</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Print</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "</tr>" & vbCRLF
do until rstemp.eof
ProjTitle = rstemp("ProjTitle")
AppIntID = rstemp("AppIntID")
AgencyName = rstemp("AgencyName")
AgencyCountyName = rstemp("AgencyCounty")
RFPTitle = rstemp("RFPYear") & " " & rstemp("RFPProgramCode") & "-" & rstemp("RFPTitle")

RFPTitle = rstemp("RFPTitle")
response.write "<tr class='style01'>" & vbCRLF
response.write "<td class='body' align ='center' valign='center'>" & vbCRLF
if rstemp("Locked") = "N" then
response.write "<A HREF='GotoFrame.asp?AppIntID=" & AppIntID & "&ApplicantIntID=" & ApplicantIntID & "'><IMG SRC='./images/SelectButton3.gif' BORDER=0 ALT='Press to Edit " & ProjTitle & "'></A>" & vbCRLF
else
response.write "Finalized"
end if
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write ProjTitle & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write AgencyName & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write RFPTitle & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body' align ='center' valign='bottom'>" & vbCRLF
if rstemp("Locked") = "N" then
response.write "<A HREF='ConfirmDeleteApp.asp?AppIntID=" & AppIntID &"&ApplicantIntID=" & ApplicantIntID & "'><IMG SRC='./images/DeleteButton2.gif' BORDER=0 ALT='Press to Delete'></A>" & vbCRLF
else
response.write "&nbsp&nbsp"
end if
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
if rstemp("Locked") = "N" then
response.write "<A HREF='GotoFinalize.asp?AppIntID=" & AppIntID &"&ApplicantIntID=" & ApplicantIntID & "'><IMG SRC='./images/Finalize.jpg' BORDER=0 ALT='Click to Finalize'></A>" & vbCRLF
else
response.write "&nbsp&nbsp"
end if
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<A HREF='queue_pdf.asp?pdfAppIntID=" & AppIntID & "'><IMG SRC='./images/pdf2.gif' BORDER=0 ALT='Click to PDF Version of Application'></A>" & vbCRLF
' response.write "<A HREF='rpt_display.asp?pdfAppIntID=" & AppIntID & "'><IMG SRC='./images/pdf2.gif' BORDER=0 ALT='Click to PDF Version of Application'></A>" & vbCRLF
' response.write "<A HREF='rpt_display.asp'><IMG SRC='./images/pdf2.gif' BORDER=0 ALT='Click to create PDF Version of Application'></A>" & vbCRLF
response.write "</td>" & vbCRLF
response.write "</tr>" & vbCRLF
rstemp.movenext
loop
response.write "</table>" & vbCRLF
response.write "<br>" & vbCRLF
response.write "</P>" & vbCRLF
%>
<table width="720" border="0" cellspacing="0" cellpadding="1" height="0">
<tr>
<td class="head" ALIGN="CENTER" BORDER="1">
<a HREF="SelectRFP.asp?AppIntID=0&amp;ApplicantIntID= <% response.write ApplicantIntID %>"><img SRC="./images/NewApp4.gif" BORDER="0" ALT="Press to enter a New Application"></a>
</td>
</tr>
</table>
<%
strSQL = "SELECT * FROM tblApplicant WHERE ApplicantIntID = " & ApplicantIntID
rstemp.close
rstemp.open strSQL, cnn
numrows = rstemp(0)
if rstemp("ApplicantSeeUsers") = "Y" then
response.write "<hr>" & vbCRLF
response.write "<A HREF=ListApplicants.asp>List Applicants</A>" & vbCRLF
response.write "&nbsp; " & vbCRLF
response.write "<A HREF=ListFinalized.asp>List Finalized Applications</A>" & vbCRLF
response.write "<BR>" & vbCRLF
end if
rstemp.close
%>
</html>

I appreciate any help for error resolution. Thanks.
Jul 19 '05 #1
2 1496
The following is the answer - ApplicationID has no value.

So, instead of making us wade through style definitions and a bunch of HTML,
maybe you could provide information about how the cookie is set?

Bob Lehmann
"Jack" <Ja**@discussions.microsoft.com> wrote in message
news:B9**********************************@microsof t.com...
The following is the error:

Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error (missing operator) in query expression 'ApplicantIntID ='.
/subgrantapptest/ListSaved.asp, line 53

The following is the code:

<script LANGUAGE="JavaScript">
<!--

if (window != top) top.location.href = location.href;

// -->
</script>
<html>
<head>
<style type="text/css">
p, input, select {color:black; font-size: 10px; HEIGHT:10px; font-family: Verdana, Arial, Helvetica, sans-serif;} td.head {background-color:#FFFFFF; color:red; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif} td.body {background-color:#C0C0C0; color:blue; font-size: 10px; height:22; font-family: Verdana, Arial, Helvetica, sans-serif} </style>
</head>
<table width="604" border="0" cellspacing="0" cellpadding="0" height="1">
<tr>
<td class="head" height="78" colspan="5" width="600"><img src="./images/cc_a.gif" name="cc_a" border="0" alt="Montana Board of Crime
Control" width="600" height="100"></td> </tr>
<tr>
<td class="head" height="4" colspan="2" valign="top"><img src="./images/cc_b.gif" name="cc_b" border="0" alt="Montana Board of Crime
Control" width="226" height="37"></td> <td class="head" width="423" height="4" colspan="3">
<img border="0" src="./images/OnlineAppProcess2.gif"></td>
</table>
<br>
<table width="720" border="0" cellspacing="0" cellpadding="1" height="0">
<tr>
<td class="head" ALIGN="CENTER" BORDER="0">
<img SRC="./images/SavedApp2.gif" BORDER="0" width="252" height="32">
</td>
</tr>
</table>
<!-- #include file="connection.asp" -->
<title><% response.write strTitle & " List Saved" %></title>
<%
dim sql01
dim ApplicantIntID
dim i
dim ProjTitle
dim AppIntID
dim AgencyName
dim AgencyCountyName
dim count

ApplicantIntID = Request.Cookies("ApplicantIntID")
'count = Request.QueryString("count")

strSQL = "SELECT tblApplication.*, RFPTitle, RFPYear, RFPProgramCode FROM tblApplication " strSQL = strSQL & "INNER JOIN tblRFP ON tblApplication.RFPIntID = tblRFP.RFPIntID" strSQL = strSQL & " WHERE ApplicantIntID = "
strSQL = strSQL & ApplicantIntID

rstemp.open strSQL, cnn

numrows = rstemp(0)

response.write "<br>" & vbCRLF
response.write "<P>" & vbCRLF
response.write "<table border=0 cellspacing=1 cellpadding=1 height=0>" & vbCRLF response.write "<tr>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Application Title</b>" & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Agency</b>" & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>RFP</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Delete</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Finalize</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Print</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "</tr>" & vbCRLF
do until rstemp.eof
ProjTitle = rstemp("ProjTitle")
AppIntID = rstemp("AppIntID")
AgencyName = rstemp("AgencyName")
AgencyCountyName = rstemp("AgencyCounty")
RFPTitle = rstemp("RFPYear") & " " & rstemp("RFPProgramCode") & "-" & rstemp("RFPTitle")
RFPTitle = rstemp("RFPTitle")
response.write "<tr class='style01'>" & vbCRLF
response.write "<td class='body' align ='center' valign='center'>" & vbCRLF if rstemp("Locked") = "N" then
response.write "<A HREF='GotoFrame.asp?AppIntID=" & AppIntID & "&ApplicantIntID=" & ApplicantIntID & "'><IMG
SRC='./images/SelectButton3.gif' BORDER=0 ALT='Press to Edit " & ProjTitle &
"'></A>" & vbCRLF else
response.write "Finalized"
end if
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write ProjTitle & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write AgencyName & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write RFPTitle & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body' align ='center' valign='bottom'>" & vbCRLF if rstemp("Locked") = "N" then
response.write "<A HREF='ConfirmDeleteApp.asp?AppIntID=" & AppIntID &"&ApplicantIntID=" & ApplicantIntID & "'><IMG
SRC='./images/DeleteButton2.gif' BORDER=0 ALT='Press to Delete'></A>" &
vbCRLF else
response.write "&nbsp&nbsp"
end if
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
if rstemp("Locked") = "N" then
response.write "<A HREF='GotoFinalize.asp?AppIntID=" & AppIntID &"&ApplicantIntID=" & ApplicantIntID & "'><IMG SRC='./images/Finalize.jpg'
BORDER=0 ALT='Click to Finalize'></A>" & vbCRLF else
response.write "&nbsp&nbsp"
end if
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<A HREF='queue_pdf.asp?pdfAppIntID=" & AppIntID & "'><IMG SRC='./images/pdf2.gif' BORDER=0 ALT='Click to PDF Version of
Application'></A>" & vbCRLF ' response.write "<A HREF='rpt_display.asp?pdfAppIntID=" & AppIntID & "'><IMG SRC='./images/pdf2.gif' BORDER=0 ALT='Click to PDF Version of
Application'></A>" & vbCRLF ' response.write "<A HREF='rpt_display.asp'><IMG SRC='./images/pdf2.gif' BORDER=0 ALT='Click to create PDF Version of Application'></A>" & vbCRLF response.write "</td>" & vbCRLF
response.write "</tr>" & vbCRLF
rstemp.movenext
loop
response.write "</table>" & vbCRLF
response.write "<br>" & vbCRLF
response.write "</P>" & vbCRLF
%>
<table width="720" border="0" cellspacing="0" cellpadding="1" height="0">
<tr>
<td class="head" ALIGN="CENTER" BORDER="1">
<a HREF="SelectRFP.asp?AppIntID=0&amp;ApplicantIntID= <% response.write ApplicantIntID %>"><img SRC="./images/NewApp4.gif" BORDER="0" ALT="Press to
enter a New Application"></a> </td>
</tr>
</table>
<%
strSQL = "SELECT * FROM tblApplicant WHERE ApplicantIntID = " & ApplicantIntID rstemp.close
rstemp.open strSQL, cnn
numrows = rstemp(0)
if rstemp("ApplicantSeeUsers") = "Y" then
response.write "<hr>" & vbCRLF
response.write "<A HREF=ListApplicants.asp>List Applicants</A>" & vbCRLF
response.write "&nbsp; " & vbCRLF
response.write "<A HREF=ListFinalized.asp>List Finalized Applications</A>" & vbCRLF response.write "<BR>" & vbCRLF
end if
rstemp.close
%>
</html>

I appreciate any help for error resolution. Thanks.

Jul 19 '05 #2
The easiest way to depug your SQL statements in asp is .......

response.write strSQL
Yes that is it! - it plugs in all your variables in and you can check
for formatting issues. I use it constantly.

- Bastard
On Sat, 24 Jul 2004 21:46:05 -0700, "Jack"
<Ja**@discussions.microsoft.com> wrote:
<script LANGUAGE="JavaScript">
<!--

if (window != top) top.location.href = location.href;

// -->
</script>
<html>
<head>
<style type="text/css">
p, input, select {color:black; font-size: 10px; HEIGHT:10px; font-family: Verdana, Arial, Helvetica, sans-serif;}
td.head {background-color:#FFFFFF; color:red; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif}
td.body {background-color:#C0C0C0; color:blue; font-size: 10px; height:22; font-family: Verdana, Arial, Helvetica, sans-serif}
</style>
</head>
<table width="604" border="0" cellspacing="0" cellpadding="0" height="1">
<tr>
<td class="head" height="78" colspan="5" width="600"><img src="./images/cc_a.gif" name="cc_a" border="0" alt="Montana Board of Crime Control" width="600" height="100"></td>
</tr>
<tr>
<td class="head" height="4" colspan="2" valign="top"><img src="./images/cc_b.gif" name="cc_b" border="0" alt="Montana Board of Crime Control" width="226" height="37"></td>
<td class="head" width="423" height="4" colspan="3">
<img border="0" src="./images/OnlineAppProcess2.gif"></td>
</table>
<br>
<table width="720" border="0" cellspacing="0" cellpadding="1" height="0">
<tr>
<td class="head" ALIGN="CENTER" BORDER="0">
<img SRC="./images/SavedApp2.gif" BORDER="0" width="252" height="32">
</td>
</tr>
</table>
<!-- #include file="connection.asp" -->
<title><% response.write strTitle & " List Saved" %></title>
<%
dim sql01
dim ApplicantIntID
dim i
dim ProjTitle
dim AppIntID
dim AgencyName
dim AgencyCountyName
dim count

ApplicantIntID = Request.Cookies("ApplicantIntID")
'count = Request.QueryString("count")

strSQL = "SELECT tblApplication.*, RFPTitle, RFPYear, RFPProgramCode FROM tblApplication "
strSQL = strSQL & "INNER JOIN tblRFP ON tblApplication.RFPIntID = tblRFP.RFPIntID"
strSQL = strSQL & " WHERE ApplicantIntID = "
strSQL = strSQL & ApplicantIntID

rstemp.open strSQL, cnn

numrows = rstemp(0)

response.write "<br>" & vbCRLF
response.write "<P>" & vbCRLF
response.write "<table border=0 cellspacing=1 cellpadding=1 height=0>" & vbCRLF
response.write "<tr>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Application Title</b>" & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Agency</b>" & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>RFP</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Delete</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Finalize</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<b>Print</b>" & vbCRLF
response.write "</b></td>" & vbCRLF
response.write "</tr>" & vbCRLF
do until rstemp.eof
ProjTitle = rstemp("ProjTitle")
AppIntID = rstemp("AppIntID")
AgencyName = rstemp("AgencyName")
AgencyCountyName = rstemp("AgencyCounty")
RFPTitle = rstemp("RFPYear") & " " & rstemp("RFPProgramCode") & "-" & rstemp("RFPTitle")

RFPTitle = rstemp("RFPTitle")
response.write "<tr class='style01'>" & vbCRLF
response.write "<td class='body' align ='center' valign='center'>" & vbCRLF
if rstemp("Locked") = "N" then
response.write "<A HREF='GotoFrame.asp?AppIntID=" & AppIntID & "&ApplicantIntID=" & ApplicantIntID & "'><IMG SRC='./images/SelectButton3.gif' BORDER=0 ALT='Press to Edit " & ProjTitle & "'></A>" & vbCRLF
else
response.write "Finalized"
end if
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write ProjTitle & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write AgencyName & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write RFPTitle & vbCRLF
response.write "</td>" & vbCRLF
response.write "<td class='body' align ='center' valign='bottom'>" & vbCRLF
if rstemp("Locked") = "N" then
response.write "<A HREF='ConfirmDeleteApp.asp?AppIntID=" & AppIntID &"&ApplicantIntID=" & ApplicantIntID & "'><IMG SRC='./images/DeleteButton2.gif' BORDER=0 ALT='Press to Delete'></A>" & vbCRLF
else
response.write "&nbsp&nbsp"
end if
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
if rstemp("Locked") = "N" then
response.write "<A HREF='GotoFinalize.asp?AppIntID=" & AppIntID &"&ApplicantIntID=" & ApplicantIntID & "'><IMG SRC='./images/Finalize.jpg' BORDER=0 ALT='Click to Finalize'></A>" & vbCRLF
else
response.write "&nbsp&nbsp"
end if
response.write "</td>" & vbCRLF
response.write "<td class='body'>" & vbCRLF
response.write "<A HREF='queue_pdf.asp?pdfAppIntID=" & AppIntID & "'><IMG SRC='./images/pdf2.gif' BORDER=0 ALT='Click to PDF Version of Application'></A>" & vbCRLF
' response.write "<A HREF='rpt_display.asp?pdfAppIntID=" & AppIntID & "'><IMG SRC='./images/pdf2.gif' BORDER=0 ALT='Click to PDF Version of Application'></A>" & vbCRLF
' response.write "<A HREF='rpt_display.asp'><IMG SRC='./images/pdf2.gif' BORDER=0 ALT='Click to create PDF Version of Application'></A>" & vbCRLF
response.write "</td>" & vbCRLF
response.write "</tr>" & vbCRLF
rstemp.movenext
loop
response.write "</table>" & vbCRLF
response.write "<br>" & vbCRLF
response.write "</P>" & vbCRLF
%>
<table width="720" border="0" cellspacing="0" cellpadding="1" height="0">
<tr>
<td class="head" ALIGN="CENTER" BORDER="1">
<a HREF="SelectRFP.asp?AppIntID=0&amp;ApplicantIntID= <% response.write ApplicantIntID %>"><img SRC="./images/NewApp4.gif" BORDER="0" ALT="Press to enter a New Application"></a>
</td>
</tr>
</table>
<%
strSQL = "SELECT * FROM tblApplicant WHERE ApplicantIntID = " & ApplicantIntID
rstemp.close
rstemp.open strSQL, cnn
numrows = rstemp(0)
if rstemp("ApplicantSeeUsers") = "Y" then
response.write "<hr>" & vbCRLF
response.write "<A HREF=ListApplicants.asp>List Applicants</A>" & vbCRLF
response.write "&nbsp; " & vbCRLF
response.write "<A HREF=ListFinalized.asp>List Finalized Applications</A>" & vbCRLF
response.write "<BR>" & vbCRLF
end if
rstemp.close
%>
</html>


Jul 19 '05 #3

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

Similar topics

1
by: Chris | last post by:
I built small C# Web and Web Service applications in a training class last week. The applications worked in the class, but when I tried to run them again over the weekend, they both bombed....
4
by: Chris | last post by:
I posted this in the C# language group, then thought it might be more appropriate in this group. I would not cross-post except I want the answer so badly. I built small C# Web and Web Service...
2
by: Jim in Arizona | last post by:
I'm learning form an ASP.NET 1.0 book and I tried out some code that returns this error: Compiler Error Message: BC30311: Value of type 'Integer' cannot be converted to...
7
by: George Jordanov Ivanov | last post by:
Folks, I have to design the WSDL files of a bunch of XML Web Services. But, unfortunately, I am not very keen on writing the WSDL file line by line, and moreover be aware of the whole standard...
7
by: Mathew Butler | last post by:
I'm investigating an issue I have when pulling data back from MS access I'm retrieving all rows from a column in a table of 5000 rows - accessing a column of type "memo" ( can be 65353 character...
1
by: mieskola | last post by:
Below, I posted the error, the function call that generated the error, and the function itself. I have been spinning my wheels trying to figure this out. The source files compile, just generating...
2
by: JRamirez | last post by:
Need help cannot figure out where I made the error. -------------------------------------------------------------------------------- Can someone view what I have, I need help I cannot figure out...
2
by: =?Utf-8?B?cmVk?= | last post by:
Hi Friends, We recently deployed our application to production and I am experiencing the below error message. Cannot access a disposed object named "System.Net.TlsStream" The error occurs...
5
by: =?Utf-8?B?bW9tbw==?= | last post by:
Hello, I've been having a prlbem sending an email using ASP.net 2.0 I can send an email if “To” address is hotmail, gmail or yahoo but not other addresses. Does anyone know how I can...
7
by: php_mysql_beginer911 | last post by:
Hi .. hope someone will help i am trying to figure it out why i cannot post string "union select" every time i try to post data which content union and select .. the page doesn't get posted and...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.