| Thread | Last Post | Replies |
|
| MDB in Vista 64 bit | 29 Sep 2007 00:44 GMT | 2 |
I do not see the Access MDB driver in the 'System DSN' of the ODBC Data Source tab? how do get the drivers installed? Thanks!
|
| Updating information to database | 28 Sep 2007 17:10 GMT | 1 |
i have page which shows supplier information in a table format, this used internally in our company. In order to change or update information for the supplier, i want to display supplier name in the table cell as a link.
|
| Type mismatch? | 27 Sep 2007 18:28 GMT | 3 |
Hello, would anyone tell me what's wrong with the following or if there's a better way/practice in trying to get the current windows authenticated user and seeing if it exists in a sql2k user table?: Dim conn, rsAdminCheck
|
| Using ADO, all the records update instead of just 1. What am i doing wrong? | 24 Sep 2007 06:22 GMT | 2 |
Heres the code, I am doing it with excel. I dont normally use recordsets and I don't understand why all the records are updating at once. Any ideas? Set cnnExcel = Server.CreateObject("ADODB.Connection")
|
| Is it possible that OLEDB connection is not available on a PC? | 22 Sep 2007 13:14 GMT | 3 |
I was trying to setup IIS, ASP and MSDE 2000 Rel A on a machine yesterday and my usual SQL server OLEDB dsn-less connection string would not work on this machine. I know it's down to this, as I used a tool called QTADO to setup dummy data
|
| Still Not Resolved | 18 Sep 2007 07:53 GMT | 10 |
I want to display two fiels from a query in a combo box. I am checking to make sure that the the selected fields do generate value. However, in the combo box, I have only one field that is being displayed instead of two fields. I would like to know whether this can be solved in ...
|
| ASP Database error | 17 Sep 2007 12:48 GMT | 6 |
I'm currently working on a project for highschool and I'm creating a website. I am currently on the works of achieving connection to the database but I seem to get an error everytime I try to run the ASP. Here is the error:
|
| MS Access db as backend | 14 Sep 2007 23:21 GMT | 7 |
Hello. Could anyone post or point me to somewhere that has a sample model of a best practice for using .asp page to insert, select, delete, update to an MS Access database? Stored Procedures I know are the way to go for SQL Server but I heard parameterized Access queries (saved ...
|
| asp.net GRIDVIEW lock row | 11 Sep 2007 21:41 GMT | 1 |
I am trying to solve a following problem: I've got a GridView in which I store data like Names , Zip codes... and the problem si following: Admin A selects one person (one row) from GridView and he changes the
|
| Vista and ASP | 08 Sep 2007 07:25 GMT | 1 |
I have bought a new laptop with Vista Ultimate, ensured IIS7 is installed and ASP through the 'Turn Windows faetures on or off' but after creating a virtual directory any asp results in a HTTP Error 500.0 - Internal Server Error
|
| Retrieving autonumber | 07 Sep 2007 15:25 GMT | 5 |
Hi, how can I retrieve a ID from a AutoNumber field on MS Access after an insert into instruction? Is it possible to be done? Thanks!
|