| Thread | Last Post | Replies |
|
| Returning value using Stored Procedure and ASP | 28 Feb 2008 18:00 GMT | 11 |
I have been using SP's for some time now in my ASP applications, but have hit a wall when trying to return the identity value from a SP. The SP looks like this, CREATE PROCEDURE InsertTrip
|
| problem with manipulating data?? | 16 Feb 2008 16:24 GMT | 8 |
I couldn't think of a title, so i hope you all understand this. using mssql db i have the following variables. current_log = time of the current login
|
| Decimal value gone AWOL in ASP when MySQL updated! | 15 Feb 2008 13:10 GMT | 1 |
My ASP driven site has always used MySQL as the DB backbone, mainly as the hosting costs of MySQL are far cheaper than SQL Server at the mo, and it has worked fine until my ISP thought that they were doing everybody a favour by upgrading to v5 from v4.
|
| Possible to sort and omit duplicates in a list using javascript | 12 Feb 2008 18:23 GMT | 3 |
I need to provide a function on my site whereby a user can enter a number of ip addresses (one per line) so that I can submit this en masse to string holding space in my db. My problem is that I want to keep this list sorted as they enter the ip
|
| ActiveConnection works at one host but not at another | 12 Feb 2008 13:45 GMT | 3 |
This concerns opening more than one ActiveConnection simultaneously with ADODB objects (Recordset, Command) to update data in an MS Access 2002 database. If you go to http://fast-ad.us/ you'll see a message I put there in my debug statements, to show the error. The techies at the ...
|
| Type Mismatch Error-- how? | 11 Feb 2008 17:33 GMT | 11 |
I'm working on a website that uses ASP (Visual Basic) with a MS Access Database. I came to work for this company after a lot of other people, so everything was in shambles, and I had to design a new product page for them. However, I didn't know ANY ASP whatsoever when I started, ...
|
| MS Access, ODBC, OLEDB and hair loss... | 04 Feb 2008 20:03 GMT | 4 |
Greetings, folks. I'm pretty well at my wit's end and feel like setting fire to the server in an effort to destroy all traces of legacy code (alas, backups would prevent this solution from being feasible)...
|
| Find 0 records | 03 Feb 2008 01:25 GMT | 4 |
MySQL - Here are the tables: Principles - id, word Donors - calmonth, donor
|
| cannot display chinese | 01 Feb 2008 18:07 GMT | 1 |
I cannot display Chinses at ASP page. All chinese data (whatever is Traditional or Simply Chinese) are displayed as ????. My website connect to MS SQL Server 2005 and all the chinese data are displayed as ????.
|