Re: [pgadmin-support] paste ?

2003-10-25 Thread Alex



Dave,
 
 
I am using VB6/SP5 on W2K/SP3 and

 
PgAdmin 3 ver 1.0.0
PgAdmin 3 ver 1.1.Dev (just tried it 
today)
 
Problem: Text copy from VB will not 
paste to PgAdmin3 Query window 
It works the other way around though.
 
Note: PgAdmin2 ver 1.6.0 has no problem in 
this regard 
 
 
Alex


Re: [pgadmin-support] paste ?

2003-10-25 Thread Andreas Pflug
Alex wrote:

 
I am using VB6/SP5 on W2K/SP3 and
 
PgAdmin 3 ver 1.0.0
PgAdmin 3 ver 1.1.Dev (just tried it today)
 
Problem: *Text copy from VB will not paste to PgAdmin3 Query window *
It works the other way around though.
Thanks for reporting.

Strange, this works if compiled for debugging, but not for release. 
Which makes this quite hard to debug...
VB is quite exotic about copy/paste because it provides only CF_TEXT, 
while others provide CF_OEMTEXT also.

Regards,
Andreas


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
 joining column's datatypes do not match