YAFLogo

@butun
  • @butun
  • 56.6% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
Hi everybody,

I have downloaded the latest YAF source code and tried to install it using sql server 2000 as data storage but i got this when i debug the source code.

FILE:

mssql/procedures.sql

ERROR:

Invalid column name 'id'.

i guess install scripts should be modified in order to install YAF on sql server 2000.


UserPostedImage  UserPostedImage 
Sponsor
@butun
  • @butun
  • 56.6% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
sorry here is the exact error,

FILE:

mssql/procedures.sql

ERROR:

Invalid column name 'id'.

STATEMENT:

CREATE PROCEDURE [dbo].[yaf_replace_words_delete](@ID int) AS

BEGIN

DELETE FROM [dbo].[yaf_replace_words] WHERE id = @ID

END

so should we quote all db specific keywords? like 🆔


UserPostedImage  UserPostedImage 
@butun
  • @butun
  • 56.6% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
ok i got it.

it is a language specific problem. thanks


UserPostedImage  UserPostedImage