Ask a Question related to ASP.NET General, Design and Development.
-
Davef #1
question about a contact sales program???
Scenario: I keep all the sales in a table with an id to a contact table, but
if I delete the contact, the sales information is wrong. What is the best
way to do this?
--
______________________
David Fetrow
HelixPoint LLC.
[url]http://www.helixpoint.com[/url]
[email]davef@helixpoint.com[/email]
Interested in Affordable Email Marketing?
Check out the HelixMailer at [url]http://www.helixpoint.com/helixmailer.asp[/url]
If you are interested in becoming a Reseller of HelixPoint products, contact
[email]davef@helixpoint.com[/email]
______________________
Davef Guest
-
Developer Toolbox Question: contact form with Captcha
Hi, Are there any on line tutorials which instruct on how to create an email contact us form with captcha? EIther video or text? If so where... -
UltraSuite Customers: Please contact me for a full refund (or I'll contact you within the next day or so)
Folks, If you have paid for any UltraSuite product and have not yet received it, I sincerely apologize for that. If you'd like a full refund... -
Calculate employee discount and sales tax - ASP code
I am new to ASP scripting. I just created a Cashregister.asp file in Microsoft Visual Studio 2003. It’s a basic cash register form, designed to... -
Java script to add vat /sales tax calculation
Hi, I have designed a form for contractor’s invoices and I would like some help with the java script to work out this calculation. The... -
Truth or Sales Pitch?
I'm about to junk my Gateway with Win98 ... however, the Gateway sales person said I wouldn't be able to use my Microsoft Office 2000 on it. He... -
Marc Hoeppner #2
Re: question about a contact sales program???
Hi,
which database do you use? - If you use SQL Server or MSDE you can setup a
cascading delete on the relationship between both tables. This way, when you
delete a contact, all sales information is automatically deleted by SQL. I
am not sure if Access has the same capabilties.
Best regards,
Marc Höppner
NeoGeo
"Davef" <dave@helixpoint.com> wrote in message
news:OfymWlVXDHA.2200@TK2MSFTNGP09.phx.gbl...but> Scenario: I keep all the sales in a table with an id to a contact table,contact> if I delete the contact, the sales information is wrong. What is the best
> way to do this?
>
> --
>
> ______________________
> David Fetrow
> HelixPoint LLC.
> [url]http://www.helixpoint.com[/url]
> [email]davef@helixpoint.com[/email]
>
> Interested in Affordable Email Marketing?
> Check out the HelixMailer at [url]http://www.helixpoint.com/helixmailer.asp[/url]
> If you are interested in becoming a Reseller of HelixPoint products,> [email]davef@helixpoint.com[/email]
> ______________________
>
>
Marc Hoeppner Guest



Reply With Quote

