Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 help

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-12-04 : 08:17:11
Lehel writes "i'm working in delphy 4 programing language as a student
ihave a the next problem

SELECT DISTINCT <table1.column1>,.......,<table1.columnx>,
<table2.column1>,.......,<table2.columnxy>,
FROM table1, table2
INNER JOIN table1 ON (<table1.Columnxx> = <table2.columnxy>),
WHERE (<table1.column1> = <table1.columnx>,)
AND (<table1.column1> LIKE '????')
??? this shoud be an Editbox text but how can i get it into the query witout ERROR Message
Please a similar sintax to be modified


With a lot of thanks"

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-12-04 : 10:19:22
>>how can i get it into the query witout ERROR Message

What is the error you got?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -