Viewing 9 posts - 1 through 9 (of 9 total)
we'll be sure to go through all the tsql. and the .net needs upgrading too; it was built on v1! it doesn't even have a master page. user controls on...
October 23, 2009 at 8:04 am
thanks.
i've done some searching and see there's quite a discussion going on with this and great info. one link (started in 2002!): http://www.sqlservercentral.com/Forums/Topic8041-65-1.aspx
i think usp might do for my needs....
October 23, 2009 at 4:06 am
great. thanks for the help.
- w.
edit:
ah, what do you use, if anything, to prefix sps? i think i've seen sproc_ before. any suggestions? (i'll do some searching too.) tnx again.
October 23, 2009 at 1:05 am
Steve Jones - Editor (8/12/2008)
When you are in the forums, the Control Panel link is to the upper left, just below your name.
i knew i must be missing something.
What do...
August 12, 2008 at 10:25 am
i added 3 lines (commented-out). looks pretty close i think ...
With rst
Do
...
August 12, 2008 at 9:09 am
it looks like you're comparing rs to only one row in rsadd and not checking the whole table to see if it's there. you're checking one row, if it doesn't...
August 12, 2008 at 4:50 am
it's been a while since you posted but i think it's working now. don't use 'date' as the name of a field. hth.
August 12, 2008 at 4:22 am
both of these worked for me:
Public Function AdoYesNo()
Dim rs As New ADODB.Recordset
rs.Open "tbl2", CurrentProject.Connection, _
...
August 11, 2008 at 3:08 pm
Viewing 9 posts - 1 through 9 (of 9 total)