Help Me Dudes !!! Sinking Fast
First time user, and in so much need of urgent assistance if poss.
Senario:
I have a list of Apartment Id set in an array being pulled out thus (as an example)
1,3,50,12,21
Now, I need to SELECT from my SQL excluding these Id's. Its doing my lid in !!
Cheers Dudes
View Replies
If a sql query returns 20000 records then what is the fastest way to display records on a web page.
View Replies
View Related
I stated to someone in a different post, perhaps different NG, that since I
have 3rd party cookies blocked in IE and after a recent windows security
update, ads with 3rd party cookies do not load the page. Code:
View Replies
View Related
Say I have a few functions for accessing a database e.g. openDBConn, closeDBConn, openRs, closeRs, getRsAsArray, executeSql, getDbConnString etc
I could put these functions in to an include file "incDbHelper.asp" and include the file in any page that needs database functionality... or I could create a class "clsDbhelper.asp" which again I would include in any page that needs it. Now once the files have been included, to access the functions I could do: Code:
View Replies
View Related