[Mono-list] aspsqlprovider problem select table users

Daniel Nauck dna at mono-project.de
Fri Mar 13 05:16:02 EDT 2009


Hello,

PostgreSQL is case sensitive and the user table has a upper case U.
So try:

SELECT * FROM "Users";

Add double quotes around table and field names.

hope that helps.

Daniel

Rodrigo Cuevas schrieb:
> hi,
> use PostgreSQL ASP.NET 2.0 Membership, Role, Profile and Session-State
> Store Provider Project
> source
> http://dev.nauck-it.de/aspsqlprovider/
> <http://dev.nauck-it.de/aspsqlprovider/#WelcometoPostgreSQLASP.NET2.0MembershipRoleProfileandSession-StateStoreProviderProject>After
> creating the schema in the database execute the search:
> select * from users;
> and get the error
> /relation/ "users" /does not exist/
> help please
> 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list


More information about the Mono-list mailing list