|
 |
 |
NEED HELP PLEASE
,
1/4/2006
,
Hi,
I am developing a mailing system using an access database. The one i developed using a sql database works perfectly no problem what so ever but now i have to change to access and i am having a problem with the actual sending out of the mailer do you have any suggestions on what i should or can do?
PLEASE HELP
REGARDS
STEPHEN
Access 2000 database connection string
,
1/3/2006
,
Hi,
I have created a mail system using asp first linking to sql server 2000 but now need to change it to access 2000 and am haveing problems pulling my users form my datbase do you have a connection string that can assist me at all her is the example of my connection string (i need the connection string to be in classic asp)
Driver="{Microsoft Access Driver (*.mdb)};Dbq=C:\inetpub\wwwroot\# MBPP Mail System #\DB\mghupdate97.mdb;Uid=Admin; Password="""
Please help
Regards Noddy
Error in UPDATE statement
,
6/25/2005
,
Hi,
I get the following error:
Error Type:
Microsoft JET Database Engine (0x80040E14)
Syntax error in UPDATE statement.
/mixdb/genericdb/MixMatListVarSetUp2.asp, line 78
CODE:
strSQL3 = "UPDATE tblmixlistmaterials SET tblmixlistmaterials.PoundWeight ="& poundweight
strSQL3 = strSQL3 &", SET tblmixlistmaterials.GramWeight = "& gramweight
strSQL3= strSQL3 &" WHERE tblmixlistmaterials.MixIng
how to write arabic text in ASP
,
2/14/2005
,
how to write arabic text in ASP
Assigning Session or global Variables
,
2/3/2005
,
I have a Login page in my site, and it works perfect. I have a SQL database, and my form of authentication is as follows:
Strusr = request.form("usr")
Strpwd = request.Form("pwd")
ssql = "select * from profesores where usr = '" & LCase(Strusr) & "'"_
& " and pwd = '" & LCase(Strpwd) &am
Need help with tourney code
,
8/18/2004
,
I need help writing a bracket style tournemant system using asp. I would say i am intermediate asp user. but i just cant get anything right. i need it to have a sign up, check in, then place in the brackets with bye's if needed, and advance when a report takes place. this would be single elimination. doesn anyone have any info they can help me with, or somewhere to steer me to find resources on this?? i cant find anything to help me with this, but really want to do this.
thanks
Bam
how to connect asp and mysql
,
6/21/2004
,
hi.. i think mysql is more efisien database than access. anybody can help me to learn mysql connection..
Having problem in SQL Statement
,
3/11/2004
,
hi friend,
Thsi is sahil,
I am having following sql statement missing sone quote - Please help me in regard.
-----------------------------------------------------------
SELECT * FROM job WHERE client_ID=" & request("clientid")ORDER BY job_id DESC"
-----------------------------------------------------------
Member System
,
1/17/2004
,
Hey all!
I was just wondering how you do say a user management system. This would be for a forum, selecting your favourite skin, having a profile, etc.
I know it is to do with sessions/cookies and obviously a database linkage. I know how to link to a database and create cookies, etc - just unsure on the way to do user management.
Any help would be excellent! Thanks.
Loop
,
1/12/2004
,
Im retrieving data from another server by SQL and now I want to limit the number of titles that will appear on the page. here is my orrigal coding to retrive the data:
<%
sqlString = "select * from golf_news group by date desc"
set rs = con.execute (sqlstring)
%>
<%
while not rs.eof
%>
<table width="426" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="img/event.gif" width="10
|
 |
 |
|
|