I have a very strange problem...
I have a query which should return all the records from one table. I'm using ADO from my ASP page in order to do this.
I have a weird problem that after 245 records it would stop my whole function and wouldn't throw any error... it'd just stop...
Someone knows...
Hi,
I have a question. I couldn't find documentation about it on the net so I hope the pro's here will help.
Well, I have an xml which looks like:
<MyXMLTree>
<FirstName>
<width>200px</width>
<DefValue>Your name here</DefValue>
</FirstName>
</MyXMLTree>
Anyway, I'd like to know...
I would like to encrypte my project's asp files, so other people won't be able to steal my code not legally.
Can this be done, while keeping the encrypted ASP files active?
---------------
"We'll never give up, it's no use" (Blink 182)
Hi,
I want to create a function which I can't know for certain how much variables will be passed to it.
I'd like to know if there is something like args[] (from c++) so I can write something like this:
function DoSomething( MyVar, ... )
{
for each Elem in args
' ...
next
}
Thanks...
Is there a way to get the table names from an MS-Access database by SQL only?
I know that in Oracle, for instance, that will be accomplish easily (SELECT table_name from tabs...)
Thanks,
Shay
---------------
"We'll never give up, it's no use" (Blink 182)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.