Forum: ASP Feb 27th, 2008 |
| Replies: 4 Views: 1,181 Thanks for your reply. I just found out how to manage that by using Replace() function.. btw thanks everybody |
Forum: ASP Feb 27th, 2008 |
| Replies: 4 Views: 890 How can i do that.. Please guide me through |
Forum: ASP Feb 27th, 2008 |
| Replies: 4 Views: 890 Hi experts this is an urgent question. how do you import and export database online?
I have 2 equal database. I uploaded my FrontEnd(OPAC) and Database online. I have also a same database in my... |
Forum: ASP Feb 23rd, 2008 |
| Replies: 1 Views: 688 Solved the problem. wrong variable |
Forum: ASP Feb 23rd, 2008 |
| Replies: 1 Views: 688 The picture does not display, is my code wrong? please help
<tr>
<% Response.Write("<td><img src=Books/" & varAccession & ".jpg class=picA width=200 height=150 /></td>") %>
</tr> |
Forum: ASP Feb 23rd, 2008 |
| Replies: 4 Views: 1,181 Hello
Every time i input the character ' and % in the textfield it generate an error in my query.
The error:
Syntax error in query expression 'Title LIKE '%' %%';'.
My code:
... |