asp.net - SimpleMembership with IBM Informix in MVC4.0 -


i stuck simplemembership ibm informix in mvc4.0 database.

i facing issue @ moment when "websecurity.initializedatabaseconnection("opiocentraldb", "userprofile", "userid", "username", autocreatetables: true);" method calling.

exception occurred saying "error [42000] [ibm][ids/unix64] specified table (informix.tables) not in database. (-111 isam error: no record found.)"

as per research runtime looking table required perform simplmembership , trying create & due syntax problem failing so.

i created required table in db already, getting same error!

please me.

thanks in advance.

i have googled many days , came conclusion reading many posts seems not possible because there syntax difference between ms sql expressions , informix sql expression projecting queries.

the moment simplemembership tries create tables or check existing tables needed performing membership; due syntax differences fails create , jump error saying specified table (informix.tables) not in database.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -