Viewing 15 posts - 1 through 15 (of 43 total)
I`ve been using Crystal for 6 years in various roles and havn`t had any problems with it. I`m slightly biased as I worked for the company that produces it,...
January 2, 2003 at 7:00 am
Cheers guys, I actually did this a completly different way. I read the data into crystal reports, wrote a few formula`s then exported it to CSV and imported back...
November 29, 2002 at 3:34 am
I think you misread my posting.
I said I backed up the logs twice a day, that has no effect. Have tried shrinking manually, has no effect either.
It`s all in...
October 22, 2002 at 9:02 am
Do you mean just updating with data?
You`d just use a Stored Proc and an ADO connection client browser side (using commands to cal the stored proc).
Andy.
October 22, 2002 at 2:36 am
The servers got 2 GIG of memory, thats why I thought it would be ok to do it.
I`m going to put a list of recommendations together including some dedicated database...
October 2, 2002 at 3:13 am
I have stopped and started the server since.
THe log has been truncated, but I can`t shrink the damn thing!
Andy.
September 13, 2002 at 9:59 am
Use the OS command TEXTCOPY to get the graphics into the table. Crystal should be able to read them as long as they are bitmaps, jpegs or gifs.
I wrote...
August 9, 2002 at 8:22 am
Thats what I thought Andy.
However someone is trying to BCP this file back into a SQL Server 6.5 but getting errors on the dates unless they change the format??
Andy.
August 2, 2002 at 5:25 am
Touche....
Just found a util that decrypts the encrypted SP`s....heh....
Andy.
July 31, 2002 at 7:34 am
Cheers,
I`d thought about that, so I wrote 2 versions of this one that loaded everything at the start and then a load on demand. I suppose it`s got to...
July 5, 2002 at 9:56 am
Heres my code (you can probably see me building a treeview). I`ve thought about using the ListObjects method but can`t figure out the references....
---------------------------------------------
Private Sub cmdConnect_Click()
Tree1.Refresh
Tree1.Indentation = 3
...
July 5, 2002 at 8:53 am
I`m trying to restore from my backups! Thats just the problem. Incidentally, theres some sort of dual booting trickery to boot the machine into the old NT. ...
June 28, 2002 at 2:32 am
Everything seemed to be executing fine in the profile. I couldn`t be bothered doing any more testing, so I triggered the proc with a different ADO connection and connection...
June 25, 2002 at 3:46 am
already thought about that. I`ve given my application login rights to execute xp_cmdshell. When I log in query analyser can do it ok.
Andy.
June 24, 2002 at 5:35 am
I think the COALESCE worked guys! Thanks so much, that problems been bugging me for ages!!!
Thanks.
Andy.
May 9, 2002 at 10:19 am
Viewing 15 posts - 1 through 15 (of 43 total)