Viewing 11 posts - 1 through 11 (of 11 total)
hi tis is how i retrieve the record from database to the pull down menu:
Set rsQuery = Server.CreateObject("ADODB.Recordset")
querySQL = ""
querySQL = "SELECT DISTINCT Company_Name FROM customer_info ORDER BY Company_Name...
August 6, 2002 at 7:15 pm
hi
why must use
USE tempdb
GO
can anyone explain???
thank you...
August 4, 2002 at 8:11 pm
hi
for the code tat u provide is to put in the insert sql or which part of the code?
ya i haf problem using replace function when i choose the option...
August 2, 2002 at 3:23 am
hi
i can replace the '&' to 'And' and also for the single quote to 2 single quotes function
the code below is a pulldown menu that capture those company name inside....
August 1, 2002 at 1:34 am
hi
if i did not put the replace for single quote, the replace for & can work but when two replace functions put together, then onli replace for single quote work...
July 31, 2002 at 1:53 am
hi, which customer_ID do i need to put prefix of the table name to avoid error to occur???? p/s: i try to put prefix at the customer_ID but got errors.
insert...
July 29, 2002 at 7:41 pm
hi i try to run the sql but it occured some error:
insert into Newsletter_Details
(
customer_ID, NewsletterSubscribe_ID
)
select customer_ID, 2
from ProductOwn_Details pod
inner join Cust c on pod.customer_ID = c.customer_ID
where ProductOwn_ID = 1
and c.country_ID...
July 28, 2002 at 7:48 pm
for the qoute:
then if i want to minimise the number of customer by smaller the group how to code that onli taiwan customer need to update the productOwned and newsletter??
as...
July 21, 2002 at 8:40 pm
hi,
i still haf some doubts..
as i have 3 textfields to differeniate as country code, area code and number but when i put the replace code into all the three...
July 17, 2002 at 3:45 am
hi thank alot,
can u explain why it don't allow ' single quote?
July 17, 2002 at 2:54 am
hi i m using one off job to update the database but if i want to minimise the number of customer by smaller the group how to add in one...
July 16, 2002 at 11:41 pm
Viewing 11 posts - 1 through 11 (of 11 total)