Viewing 15 posts - 1,771 through 1,785 (of 1,995 total)
is there any vb code behind the form to generate the recordset?
or is it just a collection of fields that are data bound to the query.
if you upsize access to...
July 8, 2005 at 9:34 am
good point - have you missed disabling a trigger?
July 7, 2005 at 10:41 am
i'd try running a profiler trace and look at the sql either side of the error.
unless this only ever occurs once in a blue moon?
have you tried using merge replication...
July 7, 2005 at 10:37 am
does this happen after a certain event? perhaps after a failed write to the table?
i'm guessing you're using identity columns? - if i knew 2 years ago what i know...
July 7, 2005 at 10:29 am
Am I missing the point here? you could create a fixed size form, ensure that the border size is set to thin (therefore not alterable in size) and then add...
July 7, 2005 at 10:26 am
from SQL to Excel?
this looks a lot like msaccess
July 7, 2005 at 10:01 am
what account is your SQL server service running as? is it loalsystem?
it sounds like the problem may relate to the windows permissions of the SQL server service. - can...
July 7, 2005 at 9:44 am
i know it sounds stupid, but are you using the proper 3 part nameing conventions for your tables in the view
e.g. master.dbo.sysusers
if your create view statement is attempting to...
June 22, 2005 at 2:15 am
SCRATCH THAT LAST QUESTION - I'VE GOT IT NOW
i can use objectproperty(tablename,'CnstIsNonclustkey') and objectproperty(tablename,'CnstIsclustkey')
June 17, 2005 at 2:04 am
Carl, thats great, Top Man - i've been looking for sysindexes.status breakdown everywhere.
with respect to the primary keys though how can i identify these? i can't afford to have this...
June 17, 2005 at 1:39 am
Fantastico.
i should have realised there was a save button there!
May 19, 2005 at 7:38 am
in the meantime can i suggest a very easy alternative
i use a program called blat.exe which is an smtp mail client.
if you want to send an email (and...
May 9, 2005 at 2:34 am
have previously seen KB articles about this, relating to the exchange server being unavailable for the address book lookup.
i'd definatley recommend making sure your emails specify the full address...
April 29, 2005 at 10:21 am
Viewing 15 posts - 1,771 through 1,785 (of 1,995 total)