George,
(un)fortuantely, the current 0 seed value is blocking most attempts to add more than one row to the table. So I should be able to blanket run that sql to load each table with the correct seed
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
Hi guys,
I have a database that was imported from MySQL to MSSQL via a DTS package. There is an error in that any auto increment (Identity) field is having issues because while the IDENTITY field is yes, the seed value is 0.
Is there an SQL I could run against the db that will allow me to...
I wish it was that simple. The db call returned exactly what the code snippet showed as the value for sADMIN_ALLOWED_HTML_TAGS. I response.write it out and copied the text.
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
@strongm
Yes, I know they are all variants, but when the typename comes back as Variant the calls to ubound and IsArray fail
Ubound comes back with -1 and the isarray returns false
@jges
Yes its commented out, it was to show you the values, the real variable data is from a db call...
The array comes back as a type VARIANT and the ubound returns -1
Then I can't access the array.
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
Hi Guys,
I have a simple process whereby I split a comma separated string. The issue is that it comes back as a variant data type not an array and this blocks the rest of my process from working
The code is:
' sADMIN_ALLOWED_HTML_TAGS = "P,BR,UL,OL,LI"
if sADMIN_ALLOWED_HTML_TAGS <> "" then...
It stated in the FF docs that it doesn't like the sync value to be true. I found it strange myself, but it's now works.
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
Worked it out, FF doesn't like asynch set to true for the onreadystatechange status. I set it to false and now it works
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
I hav an intersting issue with the below JS code, works in IE and Chrome but not in FF. The ajax call brings back the results which I can see with Firebug. The idea is that the function gets passed the DIV parameter and checks to see what that is:
object (usually a div);
another function (to...
Yes, on line 71, which is the first line in the function. and yes its the same function
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
I have the below function which is called from another function. I keep getting the message that 'xOffset is undefined', yet its clearly being passed in when I alert it out.
The call is from another function and looks like this:
RemoveTab('tractor','0');
function RemoveTab(sDiv, x0ffset)...
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.