Viewing 15 posts - 1 through 15 (of 26 total)
welp, if you've got that much work, then hire me as a consultant - cuz i hate my job...!
have a beautiful day!
August 21, 2003 at 5:38 am
malb - you sound like a seasoned pro that has dug thru the dungeons of microsoft hell and arrived, triumphantly, at the gates of the dark lord himself and shouted:...
August 20, 2003 at 6:47 am
Having performed many of these conversions, I can provide these guidelines that follow the path of least resistance:
Before you do anything at all and before you promise anything to anyone...
August 20, 2003 at 6:24 am
the intention was humor...it's monday morning, i'm sitting in this hole-of-a-cube at this suck-ass job, and i really need some...if you'd like to have even more fun this morning, go...
July 28, 2003 at 5:50 am
it's clint all right, and it don't need no elaboration...! 🙂
July 28, 2003 at 5:45 am
'make love, not war'
'can't we all just get along?'
'peace, my brotha'
or, you could just blow that whole notion off altogether and, instead, use this:
'I know what you're thinking. Did he...
July 28, 2003 at 5:39 am
come on now tim, be nice - the guy's gotta learn somehow...and querying isn't that dangerous if he's working at 3am, right? 🙂
if you're a newbie to all this,...
July 25, 2003 at 6:02 am
if you migrate from one to the other you're going to have to port all of the PL/SQL or T-SQL sprocs, views, jobs, etc., etc. and maybe application code as...
July 23, 2003 at 5:52 am
sounds like a locking problem - do the steps synchronously and insure that each step is complete before proceeding to the next step - haven't played w/c# yet, but you...
July 21, 2003 at 5:47 am
Been there, done this...leads to too many users requesting the same thing - then you get a comm bottleneck and complex jobs...
We had a need for this and ended up...
July 21, 2003 at 5:31 am
we're using java swing client/server and sql 2k....
i guess the reason i say do it on the client is that you can create the uniqueid and then reference it immediately...
July 18, 2003 at 7:05 am
fyi, btw...
just got done w/a custom replication engine written in java - listen to the wizards that tell you to create it on the client...!
July 18, 2003 at 6:37 am
here's one way to do elapsed time, if that's what you need....
Dim conn As New ADODB.Connection
Dim cmd As New ADODB.Command
Dim rs As New ADODB.Recordset
Dim StartTime As Date
Dim EndTime As Date
Dim...
July 18, 2003 at 6:24 am
npeeters has the right solution....HOWEVER, a5x03z1 has hit the nail on the head - and i might add to the recipe for success:
along with the PPT slides, insure that the...
July 18, 2003 at 5:47 am
java plays very well with sql...there are a few things to do however, in order to produce a usable outcome in your situation...
first, create the statement with the following code:
...
July 14, 2003 at 6:13 am
Viewing 15 posts - 1 through 15 (of 26 total)