Ask a Question related to Dreamweaver AppDev, Design and Development.
-
btn #1
Limited number of instert records
Hi - Using ASP/Access/Vbscript
Is it possible to set a limit of for example 6 insert records of the same type
in the DB?
Have a product database where user can insert records. If selected producttype
B - then max 6 records alowed in the DB.
Possible? Any suggestions?
Thanx!
Bjorn.
btn Guest
-
How to display limited number of rows of table indatabase
I have built some CF pages to display my huge collection of DVDs and I would like to have a limited number of rows displayed at a time. Then there... -
Number of WebMethods limited in .asmx file?
Hi, I'm working with a large webservice project. This project exposes many different WebMethods in the .asmx file. Recently, I've been having... -
is the number of variables limited?
hi there, anybody out there, who reached the maximal number of variables in illustrator (10)? any help appreciated. michael. -
Limited the number of decimal places returned?
I've moved on from functions for the time being, and was playing with do some maths and date/time manipulation. Lets say I wanted to show the... -
Access 97 listbox limited to 64k records.
Andrew If you're stuffing that much data into a listbox, have you considered making a subform/continuous form? -- Rob ... -
Julian Roberts #2
Re: Limited number of instert records
You could create a recordset with some SQL like
select count(ProductID) as TheCount from Products where ProductID=5
The test to see if the value is greater than 6 before the insertion.
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest



Reply With Quote

