| Thread | Last Post | Replies |
|
| ASP session & AJAX | 29 Sep 2006 17:13 GMT | 1 |
I have a JS ajax function that calls an ASP page every minute to check whether a record is free for editing. It is on a PW protected site with a 1 hour timeout. For some reason, when the browser is left open & unused, the session is not timing out. I'm presuming the ajax call ...
|
| very weird access/ASP error | 29 Sep 2006 12:02 GMT | 5 |
i have a memo field in an access database. the ASP page enters data to this field just fine.... however the following test (dont ask): Hello Charlie, you have no idea who I am but I thought you should know that your wife has
|
| connection string defined in a global.asa file | 29 Sep 2006 11:09 GMT | 1 |
I have a connection string defined in a global.asa file.. Am I referencing this correctly from this script? the connection string is defined as application("bureaudb") <%
|
| Unicode Website/Forms save to SQL-Server2000 Problem | 29 Sep 2006 07:52 GMT | 6 |
We're using SQL-Server2000 as follows... There is a form at this asp-application where we enter a word with .cz-chars like this: 'Ohřvače'. All this form, as well as other settings are set to UTF-8. Output is ok, even in the sql-string we can see the word written
|
| ASP Error Handling (conn.Open) (ADODB.Connection) | 28 Sep 2006 21:07 GMT | 2 |
I have an ASP file (shown below) which I call from an HTM page to query a database table. It works correctly if I pass it the correct connection string. I am trying to make it fail with a proper error message if I change the UserID value in my connection string to a ...
|
| filtering DataGrid on the fly | 28 Sep 2006 14:21 GMT | 4 |
I am well-versed in Windows Forms but am new to Web Forms with ASP.NET. I want to create a simple application that loads all rows of a SQLServer table into a DataGrid, then allow the user to filter the rows on-the-fly via entry in a TextBox. I have done this in a WinForm ...
|
| error messages in regards to connection strings | 28 Sep 2006 13:37 GMT | 1 |
how is it possible to show error messages in regards to connection strings?
|
| multiple connections to access DB? | 27 Sep 2006 22:15 GMT | 3 |
if i have an ASP page that does INSERT's and SELECT's from an access database, what happens if more than 1 web user hits the db at the same time? can it handle it ok or do i have to do something in my code?
|
| SQL Question | 27 Sep 2006 17:54 GMT | 2 |
I have a SQL question. If this is the improper board to post this question on, please let me know where you would suggest I post it. I have a SALES table with the following schema and structure. ID Status Date
|
| i need script debuggin help | 26 Sep 2006 20:33 GMT | 3 |
I hate to admit it, but I have never realy used any debugging (not sure how to actully do it), and now I need to figure out how. I have a 5MB access db that I am doing simple stuff with. it's just a customer db that I am displaying by a 'date' field. All has been working well for
|
| cant get multiple random records (can get 1 ok) | 26 Sep 2006 17:25 GMT | 6 |
hi everyone. i have the following code that pulls a random record from an access database: Randomize() randNum = CInt((oRS.RecordCount - 1) * Rnd)
|
| Chronic database connection failure | 26 Sep 2006 16:11 GMT | 10 |
My web server is running Win2k3 server with IIS 6.0 and all service packs installed. the database is on a Windows 2000 Adv. Server machine running SQL 2000 and all updates installed. Everything works properly but every 2-6 hours, the web server will
|
| How to create a mailto link?whats mistake in this Response.write "<A HREF = 'mailto:" & objrs("EMAIL") & "'>" & objrs("EMAIL") & "</A>" | 26 Sep 2006 12:01 GMT | 9 |
I have a Column in the Table named EMAIL which containd all the email addresses. Now I want to create mailto links for the entries of this column. I used something like this inside the Do while Not objRs.EOF loop.
|
| need to refresh data on page efficiently | 25 Sep 2006 17:26 GMT | 3 |
have an ASP page that generates a random quote from an access db. i need to include a button that says "next" and when clicked a new quote should be displayed. right now theres just a simple <a href> tag that points to the same page.
|
| Database Access via HTML | 25 Sep 2006 14:14 GMT | 2 |
I am looking for a recommenation on a Database access method (for MS SQL, MSDE), any white paper, some infomation or even some code snipplets on how to read and write to MS SQL in a pure HTML environment. Thanks in advance, Georg From http://www.developmentnow ...
|