I need help on reports. When I select one of the campuses it shows all the campuses in the excel spreadsheet. I know that I need to use the where clause but I...
Hi.
This is your code which display the option for user.
you must add onchange event here to take effect after user make a selection.
<select name="campuses"...
Agoes
untuk_milis_lagi@...
Nov 4, 2006 1:28 am
7827
Hi to all Memebers! I am very new in ASP and I want learn asp though building my own registered site. If someone extends his best cooperation in this regard...
Hi.. I like to know, is possible file save on database SQL Server? if you know that, please give me example.... thank Best Regards Hafidz Abdul Malik Arifin ...
lots to find on the internet like: http://support.microsoft.com/kb/258038 http://www.codeproject.com/asp/save_binary_data_to_sql.asp ... From: hafidz arifin ...
Thanks to all for your help and advise: I am having another small challenge. I've written a program which combines a HTML form (using the SELECT and OPTION...
And I'm not sure you need the single quotes around your field name. That may be the cause since your DB may not see it as a field name, but rather a string...
Thanks Mark: You were absolutely right. I removed the single quotes and it works great now. Sincerely, Rob Mark E <meckeard2000@...> wrote: And I'm not...
Mark: Once again thanks for your help. Although I already mentioned that things are working with my sort program, something strange is still happening. After...
Robert, You're very welcome. I'm always happy when I can help. Good news is that I know why this new error is ocurring. When you close your browser, you lose...
Mark: Once again you're absolutely right. Thanks a million. I should have thought of it myself. Since I'm still a beginner with ASP (teaching myself from a...
Howdy friends: One more challenge to anyone who knows the answer. Although I know how to display all of the records in a recordset object (using 'Do While Not...
This code is for paging with SQL Server database, if you'r use another database, you must change the connection. please save this code as paging.asp and...
please save in same folder and change database connection (this file is use SQL server database)
Hafidz Abdul Malik Arifin
----- Original Message ----...
Dear Hafidz Pens: Thanks so much for your reply and especially for the program code. I took your code and changed the connection string and added different...
I'm sorry becouse I'm forget to tell you thet if you will use button, you must change button propety ("onfilter") with "onclick". I Hope, It's no error Hafidz...
Hello, Rob, Did you check the bit in the Sam's book about record set paging? Andy ... _________________________________________________________________ Not as...
Thanks alot. My program is working perfectly now. Sincerely, Rob hafidz arifin <hafidz_pens@...> wrote: I'm sorry becouse I'm forget to tell you thet if...
I am new with asp and I am trying to develop an event registration form. So far, I can send the form information to access db. How can I limit registration to...
This sql statement will retrieve the first table which doesn't yet have 10 people seated on it. select top 1 tablenumber, count(*) from tablename group by...
Add a table with tablenumber and count column and check the count for the table before adding the individual and when you do add someone update the count foir...
I added another table in my database called tblTable. All together my db is setup as listed below: How would I write the code to do the functions as you...
Hey all: I've created an Access database table for a fictional electronics store containing info for various products like tvs, computers, dvd players etc. One...
Hi
Your SQL statement should be:
strSQL = "SELECT productid,productname,description,price,image FROM products where keywords like '%" & str_product & "%';" ...
As I know, name of field can't use space caracter. may you can check your query again. this field "productna me" must be change whit other name which no space...
Try with this set rsObj=conObj.Execute("SELECT productid,productna me,description, price,image FROM products where keywords like ' %" &str_product & "%'") ...
dear all, can tell me the script for make reporting data to convert into PDF with asp script or with component? rgds, tedy [Non-text portions of this message...
Dear All, A Problem regarding converting an IP address to some userfriendly url I have a intranet site which is as follows http:\\83.0.0.6 now i want the user...