Viewing 14 posts - 1 through 14 (of 14 total)
Hello, thanks for your reply.
When I add a new product in my accounting software and select Save & Close, I want a custom field (ZDateopened) in the database to be...
April 9, 2015 at 10:45 pm
I re-booted my PC hoping this would fix the issue and it has not.
Can't understand why this is so difficult...
May 11, 2014 at 3:29 pm
I feel like such a pain - I ran the script in SQL and was ok.
Tested a transaction in my system and now get this error.:
Microsoft ODBC SQL Server Driver...
May 11, 2014 at 5:27 am
No it should be AccountID
May 11, 2014 at 4:24 am
Well I've checked all the crystal reports written which come with the software and they all link as:
Customers.UniqueID > Transheaders.AccountID
So I would assume yes.
May 11, 2014 at 4:23 am
Ok.. so what should I do?
May 11, 2014 at 4:15 am
Ok ...
Customers
USE [EvaluationCompany7AU]
GO
/****** Object: Table [dbo].[CUSTOMERS] Script Date: 05/11/2014 20:00:02 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[CUSTOMERS](
[UserLockNo] [int] NULL,
[CompanyID] [char](11) NOT NULL,
[UniqueID] [char](17) NOT...
May 11, 2014 at 4:01 am
The transheaders table contains the TradingDate which is (datetime,null)
The Customers table contains the column ZLastSale which is (text,null)
May 11, 2014 at 3:32 am
I don't know what version of SQL the Programmers used to create those tables. Is there a way of finding out?
I'm using SQL Server 2008 R2 Express
May 11, 2014 at 3:26 am
Sorry - I'm confused now and not following. Thanks anyway.
May 11, 2014 at 3:03 am
I'm using SQL Server 2008 R2.
May 11, 2014 at 2:52 am
Thank You.
I ran the script and it worked fine.
When I test the transaction in my system I am getting this error:
Microsoft ODBC SQL Driver SQL Server Conversion failed when converting...
May 11, 2014 at 2:40 am
The correct name is ZLastDate.
If a new transaction for a particular Customer is entered then the Transheaders table should fire the Trigger and update only that Customers record. (As in...
May 11, 2014 at 1:33 am
Wow, that looks complicated!
I didn't write my script I had it provided to me.
I am new to Triggers, so that script really means nothing to me.
Are you able to assist...
May 11, 2014 at 12:57 am
Viewing 14 posts - 1 through 14 (of 14 total)