Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: SQL server 7 with hebrew language , getting data from ASP web aplication


Message #1 by "Mouna Elias" <monae@i...> on Sun, 24 Jun 2001 06:20:40
Dear All ,

I have a problem when I try to save a hebrew font in the database , when I 

get the fields data from the ASP page ( or html ) ,or either if i do a 

simple " insert into " statement in the query analyzer .

As I read in " Books Online " , I have to do full-text catalog or full-

text database or even full-text table . I tried to run the stored 

procedure as : "EXEC sp_fulltext_database 'enable'" , and I get this as a 

result : "(1 row(s) affected)

Server: Msg 7609, Level 17, State 2, Procedure sp_fulltext_database, Line 

37

Could not load the Full-Text Search component (SQLFTQRY.DLL). "

I searched the "SQLFTQRY.DLL" , and I paste in "C:\MSSQL7\Binn" , and I 

did a registration for that dll , but I get an Error message :"C:\MSSQL7

\Binn\SQLFTQRY.DLL was loaded , but the DLLRegisterServer entry was not 

found .

DLLRegisterServer may not be exported , or a corrupt version of C:\MSSQL7

\Binn\SQLFTQRY.DLL may be in memory . Consider using PView to detect and 

remove it . "

I didn't understand that Error message  .

I need somebody to help me .

Thank you ,

M.ELias

  Return to Index