Sorry I was not clear
TABLE ALPHA
aplha_id team1 team2
-------- ------ -----
1 100 106
2 109 111
3 100 0
TABLE TEAM
teamid teamname
------ --------
100 ars
106 mtc
109 juv
200 aja
I want a query that retrieves only...
hello,
I have a noob question
I have a table called Alpha
aplha_id team1 team2
and a table called Team
teamid teamname
I cannot get the correct query in order to retrieve all the data from table
Alpha where team1 to exist in table Team and team2 to exist in table Team OR TO be 0...
Well silly me!!
I changed the regional settings to yyyy/mm/dd and
when I have
dw_1.SetItem(ll_row, "date_registered", datetime(msg.DateReceived))
it gives me the following error
Microsoft OLE DB Provider for SQL Server
Invalid character value for cast specification.
when I have...
Hi,
I writing an app that takes mails, parses them and put them in a db.
I am using PB 10.2 , MS sql server 2000 and connect using OLE DB.
Among others I have this piece of code
mailMessage msg
.
.
messagebox('date',msg.DateReceived)
.
dw_1.SetItem(ll_row, "date_registered"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.