Query bug

------=_NextPart_000_0031_01CC4A26.1C56B940
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,

I have the following query which is fine when I run it from the mysql =
shell screen:

select supplier_code,0,0,0,0,0-sum(amountpaid),0 from custpayments where =
paymentdate<=3D'2010-12-02' and grnno not in (Select sale_id from =
saletrans_cons where paymode=3D'Credit') group by supplier_code

but when I use VB to send this same query the results exclude the last =
record.

Can anyone tell me why I'm having this issue with VB?

Thanks.


Veln
------=_NextPart_000_0031_01CC4A26.1C56B940--
Velen [ So, 24 Juli 2011 15:21 ] [ ID #2062552 ]

Re: Query bug

--20cf302ad694a7ce3304a8d0dca0
Content-Type: text/plain; charset=ISO-8859-1

What's your vb code for outputting the results look like?

On Jul 24, 2011 8:22 AM, "Velen Vydelingum" <velen [at] biz-mu.com> wrote:

Hi,

I have the following query which is fine when I run it from the mysql shell
screen:

select supplier_code,0,0,0,0,0-sum(amountpaid),0 from custpayments where
paymentdate<='2010-12-02' and grnno not in (Select sale_id from
saletrans_cons where paymode='Credit') group by supplier_code

but when I use VB to send this same query the results exclude the last
record.

Can anyone tell me why I'm having this issue with VB?

Thanks.


Veln

--20cf302ad694a7ce3304a8d0dca0--
Johnny Withers [ So, 24 Juli 2011 15:41 ] [ ID #2062553 ]

Re: Query bug

It's something like :

conn.execute ("insert into tmptable select
supplier_code,0,0,0,0,0-sum(amountpaid),0 from custpayments where
paymentdate<='2010-12-02' and grnno not in (Select sale_id from
saletrans_cons where paymode='Credit') group by supplier_code")


Veln



----- Original Message -----
From: "Johnny Withers" <johnny [at] pixelated.net>
To: "Velen Vydelingum" <velen [at] biz-mu.com>
Cc: <mysql [at] lists.mysql.com>
Sent: Sunday, July 24, 2011 17:41
Subject: Re: Query bug


> What's your vb code for outputting the results look like?
>
> On Jul 24, 2011 8:22 AM, "Velen Vydelingum" <velen [at] biz-mu.com> wrote:
>
> Hi,
>
> I have the following query which is fine when I run it from the mysql
> shell
> screen:
>
> select supplier_code,0,0,0,0,0-sum(amountpaid),0 from custpayments where
> paymentdate<='2010-12-02' and grnno not in (Select sale_id from
> saletrans_cons where paymode='Credit') group by supplier_code
>
> but when I use VB to send this same query the results exclude the last
> record.
>
> Can anyone tell me why I'm having this issue with VB?
>
> Thanks.
>
>
> Veln
>


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-2 [at] m.gmane.org
Velen [ So, 24 Juli 2011 19:54 ] [ ID #2062554 ]
Datenbanken » gmane.comp.db.mysql.general » Query bug

Vorheriges Thema: MySQL refusing to accept passwords
Nächstes Thema: Next Unique Number - Generation