من یه ویو درست کردم داخل sql lite خیلی عالی داره انجام میشه ولی وقتی کدشو داخل b4a میزنم خطا میده به این کویری
نمیدونم چیکار کنم
Dim str As String
str = $"CREATE VIEW IF NOT EXISTS view_moshtari_sath as
Select ROW_NUMBER () OVER (
ORDER BY year ASC , mon ASC , day ASC , ath1.ID ASC
) RowNum , ath1.bedehkari , ath1.talabkari , ath1.tozih , ath1.ID , ath1.year , ath1.mon , ath1.day , ath1.ID_moshtari , ID_hesab
from Tbl_moshtari_sath2 As ath1
ORDER BY year DESC , mon DESC , day DESC , ath1.ID DESC"$
Main.sql.ExecNonQuery(str)
خطایی که میده اینه
(Exception) java.lang.Exception: android.database.sqlite.SQLiteException: near "(": syntax error (code 1): , while compiling: CREATE VIEW IF NOT EXISTS view_moshtari_sath as
Select ROW_NUMBER () OVER (
ORDER BY year ASC , mon ASC , day ASC , ath1.ID ASC
) RowNum , ath1.bedehkari , ath1.talabkari , ath1.tozih , ath1.ID , ath1.year , ath1.mon , ath1.day , ath1.ID_moshtari , ID_hesab
from Tbl_moshtari_sath2 As ath1
ORDER BY year DESC , mon DESC , day DESC , ath1.ID DESC
سوال
Majid.2019 4
سلام بر اساتید
یه مشکل اساسی برام پیش اومده
من یه ویو درست کردم داخل sql lite خیلی عالی داره انجام میشه ولی وقتی کدشو داخل b4a میزنم خطا میده به این کویری
نمیدونم چیکار کنم
Dim str As String str = $"CREATE VIEW IF NOT EXISTS view_moshtari_sath as Select ROW_NUMBER () OVER ( ORDER BY year ASC , mon ASC , day ASC , ath1.ID ASC ) RowNum , ath1.bedehkari , ath1.talabkari , ath1.tozih , ath1.ID , ath1.year , ath1.mon , ath1.day , ath1.ID_moshtari , ID_hesab from Tbl_moshtari_sath2 As ath1 ORDER BY year DESC , mon DESC , day DESC , ath1.ID DESC"$ Main.sql.ExecNonQuery(str)
خطایی که میده اینه
(Exception) java.lang.Exception: android.database.sqlite.SQLiteException: near "(": syntax error (code 1): , while compiling: CREATE VIEW IF NOT EXISTS view_moshtari_sath as Select ROW_NUMBER () OVER ( ORDER BY year ASC , mon ASC , day ASC , ath1.ID ASC ) RowNum , ath1.bedehkari , ath1.talabkari , ath1.tozih , ath1.ID , ath1.year , ath1.mon , ath1.day , ath1.ID_moshtari , ID_hesab from Tbl_moshtari_sath2 As ath1 ORDER BY year DESC , mon DESC , day DESC , ath1.ID DESC
خطای سینتکس پرانتز میده
ولی تو sql lite هیچ مشکلی نداره
موندم چیکار کنم
لطفا کمکم کنید
لینک ارسال
به اشتراک گذاری در سایت های دیگر
1 پاسخ به این سوال تاکنون داده شده است
ارسالهای توصیه شده
بایگانی شده
این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.