C# code for retreiving datas from SQl server management studio express
-
Can you help me in C# code for checking the prefix of a message.I hav to check whether the prefix is available or not using the database..as the duplication of prefix is not allowed.... Boolean IsPrefixAvailable (String phoneNumber, String prefix) (To check whether this prefix is used by another application before) (Return true = Available, false = Not Available).... :((
-
Can you help me in C# code for checking the prefix of a message.I hav to check whether the prefix is available or not using the database..as the duplication of prefix is not allowed.... Boolean IsPrefixAvailable (String phoneNumber, String prefix) (To check whether this prefix is used by another application before) (Return true = Available, false = Not Available).... :((
What is the problem you are facing when connecting to SQL server express? Refer http://www.connectionstrings.com/[^] for proper connection string format.
Navaneeth How to use google | Ask smart questions