vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hello all, i have created my site, got it ready for upload and even found out that i need to create my d-bases online BEFORE i upload them... (stop laughing) my question is this... how do i configure my connection string so that my asp.net pages will access the bases? i have been given an ip address, got my login and password and now have no idea how to use them... it would be a really big help if someone could write me a generic connection string that i could adapt for my use... i have no idea nor can i find any info on it.. big thanks in advance... |
| |||
| The connection string can differ based on the SQL Server version and provider you use. See the following links for examples of connection strings: http://www.connectionstrings.com/?carrier=sqlserver http://www.connectionstrings.com/?carrier=sqlserver2005 One example for .NET will be: ConnectionString = "Data Source=ServerIPAddress;Initial Catalog=DataBase;User Id=Username;Password=Password;" HTH, Plamen Ratchev http://www.SQLStudio.com |
| ||||
| cant thank you enough... many thanks.... "Plamen Ratchev" <Plamen@SQLStudio.com> wrote in message news:nfmdnRz4D5sK1YvVnZ2dnUVZ_gWdnZ2d@speakeasy.ne t... > The connection string can differ based on the SQL Server version and > provider you use. See the following links for examples of connection > strings: > http://www.connectionstrings.com/?carrier=sqlserver > http://www.connectionstrings.com/?carrier=sqlserver2005 > > One example for .NET will be: > > ConnectionString = "Data Source=ServerIPAddress;Initial > Catalog=DataBase;User Id=Username;Password=Password;" > > HTH, > > Plamen Ratchev > http://www.SQLStudio.com |
| Thread Tools | |
| Display Modes | |
| |