| Thread | Last Post | Replies |
|
| Form login | 28 Nov 2007 19:51 GMT | 4 |
Hi, how can I do a form login that user types login and pwd and it authenticates from xml file, because if "select login,pwd from tbluser where login=txtTypedLogin and pwd=txtTypedPwd" on access db is not safe... dont u think? any alternatives?
|
| Faster response? | 27 Nov 2007 16:15 GMT | 4 |
Hi, the only way for listing images from db is the below? Can it be faster? because it is listing slowly the images... <img src="adm/picture.asp?ID=<%response.write RS("ID")%>" width="145" height="109" align="top" class="style1">
|
| INSERT INTO doesn't wait for table creation... | 24 Nov 2007 21:45 GMT | 3 |
IIS7, asp + VBScript site: MSAccess mdb. Simple messaging facility for limited no of users. Each user has a table uniquely named after them like [giles_1234]. When a mesage is posted, a script checks if the table exists for the recipient. If
|
| Page cannot be displayed error | 24 Nov 2007 19:00 GMT | 2 |
I am hosting an intranet site for my office from my system. Everything was going fine and poeple were accessing the site. However, suddenly now when user tries to open the website, it does not open and gives Page not found error.
|
| SQL for retrieving latest messages in message threads. | 24 Nov 2007 11:32 GMT | 2 |
IIS7, asp + VBScript site: MSAccess mdb contains "email style" messages posted by users: fields are ID (unique), ThreadID (not unique), message, sender etc. On my "Inbox" html page, I want to display the latest message only from each thread.
|
| Uploading files | 23 Nov 2007 17:15 GMT | 2 |
Hi, can you point me to the best option? Storing images on bd or file system? Can you show me a code how to upload using each of one ? I would not like to use 3rd party components... is it possible to be done
|
| XPost: Problem with IIS 7 and DB's | 23 Nov 2007 00:00 GMT | 3 |
Ok, I wrote test (ASP, ASP.Net & PHP) all of them hitting the same database. This is the first time I try to connect to a DB under Vista/II7 and it seems that I'm missing setting some type of security but don't know what. When test the ODBC connection everything works fine, when ...
|
| Is it worth switching from SQLOLEDB to Native Client? | 15 Nov 2007 14:38 GMT | 1 |
We have recently upgraded to SQL Server 2005 but our connection string still references SQLOLEDB.1. (No I did not expect the SQL upgrade to upgrade our connection strings!) Having read this article,
|
| How to get rows when only querying on the month of a birth date | 11 Nov 2007 15:15 GMT | 3 |
This is a good one that's baked my noodle!! I have a standard table with lets say 2 cols: NAME string DOB date
|
| taking data from classic asp to sql server 2000 | 09 Nov 2007 17:01 GMT | 15 |
This is the first time I have worked with classic asp. I would like to see an example of how to take data from a textbox on a form and update thr data into a sql server 2000 database. This web page will only be using javascript, vbscript, html, and ans sql server 2000.
|
| updating | 06 Nov 2007 18:33 GMT | 1 |
This is the first time I have worked with classic asp. I would like to see an example of how to take data from a textbox on a form and update thr data into a sql server 2000 database. This web page will only be using javascript, vbscript, html, and ans sql server 2000.
|
| Need help building query | 06 Nov 2007 15:43 GMT | 7 |
Using MS SQL, ASP Classic. Here's the situation. We have a very large database, with indexed views, separated by states. There are a lot of "duplicate" records, eg: Vendor table
|
| OpenSchema order | 04 Nov 2007 23:51 GMT | 2 |
I am a bit new to this, I hope for some help I am trying to load info of the columns from various database tables. Set objRS = objConn.OpenSchema(adSchemaColumns, Array(Empty,Empty,strTableName,Empty))
|
| Import of MSDTC transaction failed: XACT_E_NOTRANSACTION. | 02 Nov 2007 15:44 GMT | 1 |
I have been searching this error everywhere, and it talks about some RPC permission or something. But it only happens to a specific user. The difference is that on this specific user, there are four or five more inserts to the database.
|