| Thread | Last Post | Replies |
|
| WRITE SQL DATA TO LOCAL MACHINE | 31 Mar 2007 02:05 GMT | 2 |
have an SQL DB which clients access via asp pages through the internet, in the case of a power outage I need to write that data automatically in the background to a txt file on their local machine, I would imagine it would involve a script of some kind.
|
| Passing info to SP | 29 Mar 2007 15:43 GMT | 2 |
Using MS SQL 7 - I would like to pass the name of the view to use, and the cities (in a list) Here's my SP CREATE PROCEDURE sp_getcategories_CA
|
| Undefined in my Database | 28 Mar 2007 03:04 GMT | 1 |
the data that i key-in at my ASP become "undefined" in my database. what the problem n how to solve it?
|
| Help With Field Searching Using Wildcards | 27 Mar 2007 20:06 GMT | 4 |
Hi Gang I have a small database application where the user can search different fields. They select what they want to search on and enter a value to search on. For example
|
| asp.net | 26 Mar 2007 11:18 GMT | 1 |
Dim strImgId As String = Request.QueryString("id") Dim cmd As New SqlCommand("select img_data, img_type from imgdisp where id=" & strImgId) when i am using this i got an error like incorrect syntax near =" what i have to do?
|
| error when connecting to sql server | 23 Mar 2007 18:59 GMT | 10 |
I get following error when trying to connect to a MDF file of sql server express 2005 database: "Microsoft OLE DB Service Components error '80040e21' Multiple-step OLE DB operation generated errors. Check each OLE DB
|
| Error with Connection Objectq | 23 Mar 2007 02:35 GMT | 1 |
Hey guys, I need a bit of quick help. I have a website that I have been working that worked fine while I was working on it on my computer, but I just tried to publish it now to the server and keep getting an error. Here is the error that I am getting: Microsoft OLE DB Provider ...
|
| Simple SQL ORDER BY doesn't work! | 21 Mar 2007 19:35 GMT | 5 |
Simple query, ordered by dDateField desc, cCharField asc, nNumericField asc. Irrespective of whether I have the "ASC" keywords in there, it's behaving as though the query is specifying DESC on all three order fields. This seems pretty basic, but it doesn't work in either IIS6 or ...
|
| asp and xml | 12 Mar 2007 01:19 GMT | 2 |
Can I use an XML file like I could a database, ie select, insert, update and delete from it? If so, how would one do this via standard ASP calls? If you can't use SQL-style commands how do you use it for storing info?
|
| Invalid class string | 07 Mar 2007 13:51 GMT | 1 |
i'm getting this error when i run my asp app in windows xp. Server object, ASP 0177 (0x800401F3) Invalid class string /cem/reports/AlwaysRequiredSteps.asp, line 9
|
| Invalid class string error | 07 Mar 2007 05:17 GMT | 5 |
Hi. We're getting this error from an ASP app on an XP Pro system, Server object, ASP 0177 (0x800401F3) Invalid class string /working_dbase/mathlab.asp, line 158
|
| Help- Add, Update and Delete using ASP for MS Access | 06 Mar 2007 14:35 GMT | 1 |
Need a little help please. I've got the below to add records to a table, but I need to learn how to do updates and deletes. Could someone give me examples of how to update and delete a record based on the below?
|
| Warning user before db update | 04 Mar 2007 19:26 GMT | 5 |
I'm using ASP for a little database application. I can't figure out a simple design for warning the user before doing an update or append. I need to check for any other existing records with the same (non-key) data as in the new or updated record.
|