| Thread | Last Post | Replies |
|
| Oracle Connection | 30 Nov 2005 19:00 GMT | 1 |
We are trying to connect to an Oracle database using ASP w/jscript and we can't get any response from the server, the browser just hangs. Any suggestions on how to test the connection or any connection information please?
|
| Getting a correctly formatted table from a GetRows array | 30 Nov 2005 09:38 GMT | 3 |
Somebody kindly sent me a routine to do this sometime ago, but for the life of me I can't work out how it works and would prefer to use a simpler method so that I can resolve any future issues with it. Basically I have an array populated from a recordset getrows and I want to
|
| Q: about returned records from MDB | 29 Nov 2005 20:44 GMT | 2 |
When I call my ASP script to connect to my database, to return a series of records, does the server cache the results and dump the series of records to the screen all at the sametime? or does the server display each record on the screen when it has been caught?
|
| Suddenly ODBC driver does not work | 29 Nov 2005 05:35 GMT | 5 |
I have an application that has worked fine for more than 2 years. Suddenly the users and I get an error message when trying to open the MySql database for writing. The web host says that I may have a too complicated script or anything else. So far no help from them.
|
| Recordset.Open Causes Lockup/Timeout | 29 Nov 2005 05:10 GMT | 3 |
I was/am having a problem with a web hosting company (verio.com) running Windows Server 2003. The problem is as follows: The site I am working on (http://www.codebot.org) uses active server pages to loaded up various rss feeds and parse them into pretty response documents. This ...
|
| Using ADOX to create and modify MySQL database | 29 Nov 2005 00:26 GMT | 1 |
The following routine is part of a custom VBscript class in my webapplication: Public Sub wsAddColumnIndex(p_sTable, p_sColumn, p_bUnique) Dim l_oIndex Set l_oIndex = Server.Createobject("ADOX.Index")
|
| how to get a checkbox checked when loading the page? | 27 Nov 2005 15:16 GMT | 4 |
I have a input with type checkbox. I want it to be automatically checked if the value from the corresponding field in the database is also checked. I tried this: <%
|
| Securing Web Database | 27 Nov 2005 07:19 GMT | 12 |
I have a website setup which has MS-Access DB. The web pages are in ASP and uses ADO to connect to DB. The DB is located in the Folder "/Database". I have the Connection string setup in the Global.asa file. As my virtual Directory is "/" and all files and folders including the
|
| IIS Permissions help needed | 27 Nov 2005 07:14 GMT | 2 |
I think this is a fairly basic question and the frustrating thing is I've figured it out before but it's been a few years... I'm using IIS and ASP to interact with an Access database. I can successfully open a table and display records. However when I try and add a
|
| Yes/No/Other option strategy | 27 Nov 2005 07:12 GMT | 2 |
Hey All, I am very early in the development of the Database and the ASP page and looking for the opinions of the Gurus for an approach that will give me the best page performances.
|
| ASP login form connecting SQL | 27 Nov 2005 07:00 GMT | 1 |
Guys, I really need help with this. I need to creat a login page for the website. Its an existing site that connects to SQL 7 with a local user in the database called 'maya'. It was written by a former
|
| Data Access Layer | 25 Nov 2005 12:50 GMT | 2 |
Hi there, Could you point me to a good resource for creating my data access layer? I have my database, I have me front end, but I want a nice layer between them so I can just call functions in my code behind to return me a list etc or the
|
| Retrieving both a recordset and output parameters from a Stored Procedure | 23 Nov 2005 20:40 GMT | 4 |
Within a block of programming to call a adCmdStoredProc through the ADODB.Command object (appending parameters, etc), can the recordeset be retrieved with set rs = adoCmd.execute
|
| Query an XML file like a recordset? | 23 Nov 2005 19:44 GMT | 1 |
With ASP can I query an XML file for a record, just like I would a database table and fill the data values into variables? I have a product list in XML and want to fill a web template with individual product data. If the XML is structured like this:
|
| I'm facing this problem in PHP | 23 Nov 2005 11:31 GMT | 2 |
Hello dex members, you've been great help to me ,and i'm hopeing to find the answer to my problem here . i'm creating this php loop to build a site map each level of this loop
|