Viewing 15 posts - 226 through 240 (of 458 total)
ZZartin (10/14/2014)
October 14, 2014 at 8:29 am
Brandie Tarvin (8/19/2014)
Shaun2012 (8/18/2014)
The error im getting is "Test connection failed because of an error in intializing provider. Unrecognized database format "C:\ABC\MYFILE.accdb"
I've never seen "accdb" as an extension to an...
August 19, 2014 at 7:45 am
girl_bj (8/19/2014)
is there any shorter way like using substring method instead of set it?
You can nest substring and charindex references directly to the original field, but that is definitely NOT...
August 19, 2014 at 7:12 am
I sort of figured that was the case, but thought maybe someone here would have some tricks they've dreamed up. This whole system is entirely my own creation, so I...
August 19, 2014 at 7:02 am
girl_bj (8/19/2014)
set @InputString = '7/5/2014 0:0:0 AUS UK 7/5/2014 18:21:0 7/5/2014 20:45:0 7/5/2014 19:10:0 7/5/2014 23:30:0'
Because I have a long list...
August 19, 2014 at 3:32 am
Okay, here's something that should get you started. I'm assuming the everything will be in the form you posted here:
[date]<space>[time]<space>[place]<space>[place]<space>[date]<space>[time]<space>[date]<space>[time]<space>[date]<space>[time]<space>[date]<space>[time]
The code depends on these spaces to isolate the individual elements....
August 19, 2014 at 3:09 am
girl_bj (8/19/2014)
7/5/2014 0:0:0 DEPARTURE AUS UK 7/5/2014 18:21:0 7/5/2014 20:45:0 ARRIVAL 7/5/2014 19:10:0...
August 19, 2014 at 2:45 am
zedtec (8/19/2014)
I have exported it to a .csv file...
August 19, 2014 at 2:26 am
girl_bj (8/19/2014)
7/5/2014 0:0:0 DEPARTURE AUS UK 7/5/2014 18:21:0 7/5/2014 20:45:0 ARRIVAL 7/5/2014 19:10:0 7/5/2014 23:30:0that DEPARTURE and ARRIVAL
Okay, inserting such strings is trivial, but how do we determine WHERE to...
August 19, 2014 at 2:23 am
girl_bj (8/19/2014)
7/5/2014 0:0:0 AUS UK 7/5/2014 18:21:0 7/5/2014 20:45:0 7/5/2014 19:10:0 7/5/2014 23:30:0
how can i add in some indicator in...
August 19, 2014 at 1:57 am
Found it - there are a series of chained VBScript routines that activate all this, and one of them was sending a bad parameter to the stored procedure. Simple mistake,...
July 23, 2014 at 12:58 pm
murnilim9 (7/23/2014)
pdanes (7/23/2014)
murnilim9 (7/22/2014)
pdanes (7/22/2014)
murnilim9 (7/22/2014)
pdanes (7/22/2014)
twin.devil (7/22/2014)
July 23, 2014 at 3:22 am
murnilim9 (7/22/2014)
pdanes (7/22/2014)
murnilim9 (7/22/2014)
pdanes (7/22/2014)
twin.devil (7/22/2014)
July 23, 2014 at 12:01 am
murnilim9 (7/22/2014)
pdanes (7/22/2014)
twin.devil (7/22/2014)
July 22, 2014 at 2:57 am
twin.devil (7/22/2014)
July 22, 2014 at 1:00 am
Viewing 15 posts - 226 through 240 (of 458 total)