| Thread | Last Post | Replies |
|
| About update access database data by using ASP | 23 May 2007 14:05 GMT | 1 |
I have a web that i need to update several table at a page and at the same time when user click on the update button.May I know that how to speed up the update process?I am using Access database. Please advice.
|
| Why Access database inside my web server keep on corrupted | 23 May 2007 13:55 GMT | 1 |
Can any one tell me that why my access database inside my web keep on corruptted and some of my code also corrupted is it regarding with the code that I write or the server problems? Please advice me on this.
|
| Q: How to send long SQL Statements via ODBC? And: sql-Injection possible in ASP? | 20 May 2007 19:04 GMT | 2 |
in an classic ASP with SQL Server 2000 I'm old-stylish generating SQL Statemnents in vbs code and send them then via conn.execute. The statements are packend in a transaction.
>From a vertain Stament length on, Statements are not executed on the |
| need ASP Code - Send mail via POP3 | 18 May 2007 08:32 GMT | 1 |
Can anybody post me the sample code to send email using ASP via POP3 server. Thank You, Gragi
|
| Data Source Name | 14 May 2007 11:51 GMT | 1 |
Can anybody explain how to connect databse and visual basic code. I want to make setup disk for VB Program . Every time I want to create DSN on customers PC when installing setup. I would like to include in VB code .
|
| ADO with Access problem. | 14 May 2007 11:49 GMT | 6 |
I am searching for answers for days but I still couldn't figure out what's wrong. I am hoping someone could help me out. I have a connection string like this: set conn=Server.CreateObject("ADODB.Connection")
|
| access_asp Error Type:ADODB.Recordset (0x800A0CB3)Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype. | 09 May 2007 14:47 GMT | 3 |
CALL OPENDATACON DIM RS SET RS=SERVER.CreateObject ("ADODB.RECORDSET") s="select * from dbpassenger order by ref_no"
|
| Help needed .... Access db - InterDev | 09 May 2007 11:48 GMT | 3 |
I wrote a website about 8 years ago - http://www.ProBowkUK.co.uk It has an Access database of web links and a number of pages that show the different categories. ex: http://www.ProBowlUK.co.uk/pblOrgs.asp
|
| SQL data | 07 May 2007 18:32 GMT | 1 |
I have setup a session id that pulls up the current record that is selected from the asp page, but somehow the last record is always being pulled up. Any ideas why? Code is below. ASP Page1 is the page where user clicks to retrieve data from SQL and ASP Page2 displays the data. ...
|
| Problems writing to database from ASP.NET | 03 May 2007 21:40 GMT | 1 |
I've got a developer who is running into problems getting a web app to write to a SQL database. I am posting his error message. Any ideas? Server Error in '/CTRS Web' Application. --------------------------------------------------------------------------------
|
| Displaying images | 02 May 2007 12:44 GMT | 2 |
Here is my problem I am qute new to asp, I have an access database with a text field pointing to the URL of the images I want to display. The asp I'm using to try and display the images is below: <%
|