[DUG] Need help in special charector while inserting in a table

2008-08-24 Thread Vikas...
Hi I am using delphi and sql server 2000. I am facing a issue while inserting a value to a database TABLE x INSERT INTO X VALUES('VIKAS`S'); this statement fails. If you see the above query there is a ` value in the string. When i fire this query in query analyser it goes well. But when i use

Re: [DUG] D2009

2008-08-24 Thread Robert martin
Hi Yeah. I have them in QC and have supplied test software in a number of cases. Two have been accepted and moved into the 'internal' but no outcome. But what I was referring to was that the last update with fixes was about Nov / Dec last year. I think the only release this year was mostly

Re: [DUG] D2009

2008-08-24 Thread Leigh Wanstead
I am very sad to hear that I am using a Delphi version several generation older. I am on Delphi 7 enterprise FYI. Have a nice day Regards Leigh www.smootharm.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert martin Sent: Monday, 25 August 2008 4:1

Re: [DUG] D2009

2008-08-24 Thread Myles Penlington
There will be tons of bug fixes, probably just not the ones you are after. If you have not put them into QC, then there is no chance of them ever being fixed, mind you, it's only worth putting in your reproducible cases. If someone else cannot reproduce it, then nothing will happen to it. Which is

Re: [DUG] D2009

2008-08-24 Thread Robert martin
Ditto. Really like new features (doesn't everyone) but I am still waiting for a number of D2007 bugs to be fixed. I suspect they won't be now. I don't think there has been any bug fix stuff (that is not help related) since late last year. I know they want everyone to upgrade and they sell

Re: [DUG] D2009

2008-08-24 Thread Phil Scadden
I for one would happy with more bug fixes and less new features. Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents. ___ NZ Borland Developers Gro

Re: [DUG] D2009

2008-08-24 Thread Richard Vowles
Delphi 2007 has been out since March 2007 remember, so "if" D2009 is coming soon, you have had an 18 month turnaround. 2008/8/25 Nick <[EMAIL PROTECTED]> > Just went over to TMS so grab the latest component update and I noticed > in their news there was a message saying they were working no suppo

Re: [DUG] D2007 under VIsta

2008-08-24 Thread Rohit Gupta
John, right click, properties - run as admin or some such thing, it was a while ago that I fixed that on someones pc. John Bird wrote: -also my main menu program, which I have a shortcut to on the desktop, always gets a UAC prompt when I run it. How do I set this program to be acceptable sh

Re: [DUG] D2009

2008-08-24 Thread Alister Christie
Um, this is probably going to be the biggest release in a long time, Unicode is hugely significant upgrade by itself - not that I care about that. Plus generics and anonymous methods (which I'm hoping will lead to something like linq in the future). I personally am hoping for greater stability

[DUG] D2009

2008-08-24 Thread Nick
Just went over to TMS so grab the latest component update and I noticed in their news there was a message saying they were working no support for D2009. I didn't realize it was so close to release and also that I know sweet fa about whats new / changed and why I should bother upgrading I d

Re: [DUG] D2007 Vista Debugger...

2008-08-24 Thread Myles Penlington
Must be late, I guess it is not running the expected version of the exe? (from a different folder) Or is it a COM component registered somewhere else? I've had this same kind of experience before. Myles. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Bird Sent: Sund

[DUG] D2007 Vista Debugger...

2008-08-24 Thread John Bird
I have one program under D2007 Vista that the debugger will not stop on any breakpoints. All other projects do seem to stop as expected but not this one. I have checked project options, nothing is different. The unit output folder is correct. There are no special compilation flags in the cod