Viewing 15 posts - 31 through 45 (of 167 total)
Thanks. Good to know. We are upgrading to SQL Server 2016. I thik IIf is not the only useful addition (IIf is used in JET-SQL, so not a big news...
November 17, 2018 at 11:03 am
Thanks a lot. Will check it (btw IIf does not exist in SQL Server, I'll use case )
Val
November 17, 2018 at 9:26 am
Thank you, Scott and Lynn. The code works perfectly well.
May 24, 2018 at 8:02 am
Some of our users have 2003, other - 2010. You are right. we need to test 2010 if it can show the varchar (max) - the original codes were written...
April 25, 2018 at 8:47 am
OK. Thanks you. We have a lot of codes where varchar (max) is casted as Text. The reason - our frontend Access database truncated varchar(max) up to 255 character when...
April 24, 2018 at 12:35 pm
I'm trying to persuade them not to use linked tables but write a query and return a recordset (via ADO). I suspect that Access treats linked tables as dynasets...
January 26, 2018 at 4:00 pm
patrickmcginnis59 10839 (10/10/2016)
CELKO (10/5/2016)
This is the fragment of the table
No, this is not a table at all. A table has to have a key.
From what I've experienced, a...
October 10, 2016 at 8:09 pm
Sergiy (10/10/2016)
valeryk2000 (10/7/2016)
October 10, 2016 at 8:07 pm
Matt Miller (#4) (10/6/2016)
valeryk2000 (10/6/2016)
Sergiy (10/6/2016)
Matt Miller (#4) (10/5/2016)
Sergiy (10/5/2016)
Matt Miller (#4)
Don't forget to incorporate the "sliding window" into your production version of this. In other words - if...
October 7, 2016 at 11:04 am
drew.allen (10/6/2016)
valeryk2000 (10/5/2016)
October 6, 2016 at 9:49 am
CELKO (10/5/2016)
This is the fragment of the table
No, this is not a table at all. A table has to have a key.
To further clarify: ID and ArrivalDateTime...
October 6, 2016 at 6:04 am
CELKO (10/5/2016)
This is the fragment of the table
No, this is not a table at all. A table has to have a key.
October 6, 2016 at 6:02 am
Sergiy (10/6/2016)
Matt Miller (#4) (10/5/2016)
Sergiy (10/5/2016)
Matt Miller (#4)
Don't forget to incorporate the "sliding window" into your production version of this. In other words - if you're trying to capture...
October 6, 2016 at 6:01 am
Viewing 15 posts - 31 through 45 (of 167 total)