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.
Author |
Topic |
lpapp
Starting Member
8 Posts |
Posted - 2006-11-30 : 05:44:20
|
ok the criteria with hath i have the problem looks like thisSELECT DISTINCT <t1 col1>,... ,<t1.col xx> <t2 col1>,...,<t2 col2>FROM t1 INNER JOIN t1ON (<t1 colx> = <t2 coly>) , WHERE (<t1 col z> = <t2 col xx>) AND (<t1 col z> like '............')now i have to input a data from an external component how can i proceed?in this section ........ i have to introduce the next statment editbox text or other component datavalue wich is al integer value asstringpapp |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
lpapp
Starting Member
8 Posts |
Posted - 2006-11-30 : 05:56:48
|
thanks Pesso now you'we seen my problem but it seems thath its not working the solution gived by mr mist i have writen the procedure and it stil gives me the Token Message wath can i doo?so to satle the things i'm working in Delphy and i have to sort at least 2 tables after the entrind interfacepapppapp |
 |
|
|
|
|