all groups > inetserver asp db > september 2007
MDB in Vista 64 bit
Posted by MM User at 9/28/2007 10:17:09 PM
Hi,
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!
... more >>
Updating information to database
Posted by navin at 9/28/2007 8:56:08 AM
Hi All,
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.
so if user clicks on the link with the supplier, it should tak... more >>
Type mismatch?
Posted by zz12 at 9/26/2007 5:01:36 PM
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
Set conn= CreateObject("ADODB.Connection")
Set r... more >>
HELP! -- previous page in VB and ASP 3.0
Posted by segis bata at 9/24/2007 3:09:36 PM
Hello all,
I'm writing you because I have a question for you all: how can I capture the
previous page from an ASP file?
I need to add the URL (with parameters if possible) of the previous page to
a table in SQL Server.
For example: the page that captures the info is anydomain.com/asppag... more >>
Using ADO, all the records update instead of just 1. What am i doing wrong?
Posted by mike at 9/23/2007 7:39:46 PM
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")
'known as a DSN-less connection
cnnExcel.Open "Driver={Microsoft Excel Driver (*... more >>
Is it possible that OLEDB connection is not available on a PC?
Posted by Blackberry at 9/22/2007 12:00:00 AM
Hi All
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
in the db and I had to use an ODBC dsn-less c... more >>
MS Access db as backend
Posted by zz12 at 9/13/2007 3:13:21 PM
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 Access querie... more >>
asp.net GRIDVIEW lock row
Posted by marian at 9/11/2007 10:21:07 PM
Hi,
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
record, but the change (he selects EDIT button on GRIDVIEW and at the end
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Vista and ASP
Posted by MM User at 9/7/2007 11:15:53 PM
Hi,
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
Description: The page cannot be displayed because an i... more >>
|