Viewing 15 posts - 46 through 60 (of 153 total)
They are both smalldatetime data types. The problem is that MS Access is the frontend and unfortunately, the MS Access default if a date is not supplied (user enters a time) is...
January 12, 2007 at 4:02 pm
Thanks. But what I am looking for is access to a checkbox that says to script all changes when table edits are made. It was doing this, and for some...
December 29, 2006 at 9:17 am
My reasoning on this was that doing some simple concantenation and dressing up the data a bit at the DB level could save network traffic (one field going across rather...
September 25, 2006 at 6:20 am
I'm getting an error "invalid operator for data type. Operator equals add, type equals text". Here is my text within a view:
, t2.ProgIntro + CHAR(10) + CHAR(13) + 'Right '...
September 14, 2006 at 12:41 pm
In this case, "Party" means any entity that can have an address or enter into a contract. A party can be either a person or organization. I prefer to keep the...
September 4, 2006 at 7:53 am
The column is actually text rather than varchar. Here is my statement:
Insert into dbo.CodeText(CodeID, Text1) (select CodeId, LongDescription from
CodeLookup WHERE LongDescription IS NOT NULL AND Len(LongDescription)>1)
and here is the...
August 15, 2006 at 3:39 am
thanks for the help. I can connect to SS over the vpn and can view and edit data directly and from QA. I can upload a table using the DTS...
August 2, 2006 at 12:17 pm
It's typical for patients to be allergic to several individual drugs (pencillin, sulfa, others), but not necessarily a combination of drugs. I take your thought to mean that they'd have...
July 21, 2006 at 7:17 am
Viewing 15 posts - 46 through 60 (of 153 total)