Click here to Skip to main content
15,906,094 members
Home / Discussions / Database
   

Database

 
GeneralRe: FullTextSearch and Arabic Words Pin
Rob Graham7-May-06 7:08
Rob Graham7-May-06 7:08 
GeneralRe: FullTextSearch and Arabic Words Pin
TheEagle7-May-06 7:14
TheEagle7-May-06 7:14 
GeneralRe: FullTextSearch and Arabic Words Pin
Rob Graham7-May-06 7:19
Rob Graham7-May-06 7:19 
GeneralRe: FullTextSearch and Arabic Words Pin
TheEagle7-May-06 7:24
TheEagle7-May-06 7:24 
GeneralRe: FullTextSearch and Arabic Words Pin
TheEagle7-May-06 16:55
TheEagle7-May-06 16:55 
GeneralRe: FullTextSearch and Arabic Words Pin
Rob Graham7-May-06 17:24
Rob Graham7-May-06 17:24 
GeneralRe: FullTextSearch and Arabic Words Pin
Rob Graham7-May-06 17:45
Rob Graham7-May-06 17:45 
GeneralRe: FullTextSearch and Arabic Words Pin
TheEagle8-May-06 6:17
TheEagle8-May-06 6:17 
Hi..
When i used the code (part of the procedure):

SELECT P.FieldNO, PL.ProjectNO,PL.ProjectName,PL.ProjectDescription,P.ProjectImage,PL.CultureID
FROM FREETEXTTABLE(Project_Locale,*,@SearchString) AS FT JOIN Project_Locale AS PL ON FT.[KEY]=PL.ProjectCultureID
JOIN Project AS P ON P.ProjectNO=PL.ProjectNO
WHERE PL.CultureID=dbo.GetCultureID(@CultureName)

With arabic words(inputs:@CultureName,@SearchString) it works fine but when i call the whole stored procedure(SearchProject) i got the error i mentioned before..I think the problem exists in the line :

INSERT INTO #SearchTable (FieldNO,ProjectNO,ProjectName,ProjectDescription,ProjectImage,CultureID)

But i dont know what is the problem and how to solve it?Is there a problem with cultures in the temporary table?
Questiondatetime Comparision Pin
DotNetDominator6-May-06 18:52
DotNetDominator6-May-06 18:52 
AnswerRe: datetime Comparision Pin
Rob Graham7-May-06 5:23
Rob Graham7-May-06 5:23 
GeneralRe: datetime Comparision Pin
DotNetDominator7-May-06 10:50
DotNetDominator7-May-06 10:50 
GeneralRe: datetime Comparision Pin
Rob Graham7-May-06 11:09
Rob Graham7-May-06 11:09 
GeneralRe: datetime Comparision Pin
DotNetDominator7-May-06 11:24
DotNetDominator7-May-06 11:24 
GeneralRe: datetime Comparision Pin
Rob Graham7-May-06 12:40
Rob Graham7-May-06 12:40 
GeneralRe: datetime Comparision Pin
DotNetDominator7-May-06 15:40
DotNetDominator7-May-06 15:40 
GeneralRe: datetime Comparision Pin
Rob Graham7-May-06 15:56
Rob Graham7-May-06 15:56 
QuestionSQL database batch files Pin
abdelhameed816-May-06 9:43
abdelhameed816-May-06 9:43 
AnswerRe: SQL database batch files Pin
Rob Graham7-May-06 5:36
Rob Graham7-May-06 5:36 
QuestionDeleting from an SQL database Pin
alee15.10.886-May-06 1:52
alee15.10.886-May-06 1:52 
AnswerRe: Deleting from an SQL database Pin
DotNetDominator7-May-06 2:02
DotNetDominator7-May-06 2:02 
GeneralRe: Deleting from an SQL database Pin
alee15.10.887-May-06 20:12
alee15.10.887-May-06 20:12 
AnswerRe: Deleting from an SQL database Pin
Rob Graham7-May-06 4:06
Rob Graham7-May-06 4:06 
QuestionSQL2005 Express reporting services remote user Pin
juszuf5-May-06 20:37
juszuf5-May-06 20:37 
QuestionUsing ROUND Pin
myNameIsRon5-May-06 19:03
myNameIsRon5-May-06 19:03 
AnswerRe: Using ROUND Pin
Rob Graham7-May-06 5:52
Rob Graham7-May-06 5:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.