简体   繁体   English

使用用户名和密码将用户连接到数据库

[英]Connecting user to database with username and password

I'm trying to make little app which connect to my database after authorization. 我正在尝试制作授权后连接到我的数据库的小应用程序。 I make my database, configure ASP.NET make new users etc. then I follow by that but at moment I should get link to HelloService error 我创建数据库,配置ASP.NET并创建新用户等,然后我按此操作但此刻我应该获得指向HelloService错误的链接

> "Error  1  'HelloService.HelloService' does not implement interface member'HelloService.IHelloService.GetDataUsingDataContract(HelloService.CompositeType)"

I'm just starting with database and WP and I'm little confused. 我只是从数据库和WP开始,我有点困惑。 Could You help me? 你可以帮帮我吗?

this error happened because you do not implement GetDataUsingDataContract() which is declare in your interface and isn't implement in "HelloService". 发生此错误的原因是,您没有实现在接口中声明的GetDataUsingDataContract(),而不是在“ HelloService”中实现。

Hope it will help 希望对你有帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将用户输入的用户名/密码与mysql数据库的用户名/密码进行比较 - Comparing user input username/password to mysql database username/password not working 如何在连接字符串中设置用户名和密码以连接数据库? - How to set username and password in connection string for connecting to database? 使用用户名和密码连接到SQL Server - Connecting to SQL Server with a username and password 用户名/密码数据库检查 - Username/Password Database Checking 查询数据库的用户名和密码 - Querying a database for username and password FirebirdSql.Data.FirebirdClient 与 Sysdba 以外的用户连接 - 未定义用户名和密码 - FirebirdSql.Data.FirebirdClient connecting with a user other than Sysdba - username and password are not defined 通过连接到RavenDb。 用户名和密码 - Connecting to RavenDb via. username and password 没有用户名/密码连接到远程计算机 - Connecting to remote machine without username/password 数据库到#c(用户名和密码)->错误 - Database to #c (username & password) -> error ORA-01017:使用ODP.NET,托管驱动程序连接到9i oracle数据库时,无效的用户名/密码 - ORA-01017: invalid username/password when connecting to 9i oracle database using the ODP.NET, Managed Driver
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM