•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the VB.NET section within the Software Development category of DaniWeb, a massive community of 392,088 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,927 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our VB.NET advertiser:
Views: 2237 | Replies: 2
![]() |
•
•
Join Date: Apr 2007
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 0
i want to connect to a sql server running on another xp computer. i have made the sql connection, sql data adapter (using Data controls, not connecting manually from code). i can fill the data adapter from the design view by right clicking on the adapter, Fill dataset and i see all the data in tables.
however when i need to fill the dataset at runtime i get a sql error. it seems i must connect from the same domain but i am running xp and i have failed to create domains (this is probably not possible without a 2000/2003 server)
Please help, i need to maintain sql database on a remote pc running XP and all applications access the sql server on the remote pc
please help
i am using a sql login
however when i need to fill the dataset at runtime i get a sql error. it seems i must connect from the same domain but i am running xp and i have failed to create domains (this is probably not possible without a 2000/2003 server)
Please help, i need to maintain sql database on a remote pc running XP and all applications access the sql server on the remote pc
please help
i am using a sql login
•
•
Join Date: Feb 2005
Location: Braintree, UK
Posts: 1,164
Reputation:
Rep Power: 7
Solved Threads: 58
is the XP machine with Sql server running windows firewall? or Norton or <fill in firewall here> ?
If so you need to allow TCP/IP connections on port 1433
Also althoiugh you're using Sql Login, Sql Server iuses mixed mode by default (windows and sql login) meaning windows authentication is required for a login somehow that's where I get a bit vague as I havn't dealt with peer to peer networks for too long.
If so you need to allow TCP/IP connections on port 1433
Also althoiugh you're using Sql Login, Sql Server iuses mixed mode by default (windows and sql login) meaning windows authentication is required for a login somehow that's where I get a bit vague as I havn't dealt with peer to peer networks for too long.
•
•
Join Date: Apr 2007
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 0
Thank a lot, now i have figured out that even if i want to connect to a sql server on my pc using a sql server login i cannot fill the dataset. the problem should also lie in the permissions set for an application (VB>NET ) to connect to SQl SERVER USING A SQL SERVER LOGIN.
IF I USE WINDOWS LOGIN I CAN CONNECT AND FILL THE DATASET EVEN ON THE REMOTE PC
IF I USE WINDOWS LOGIN I CAN CONNECT AND FILL THE DATASET EVEN ON THE REMOTE PC
Last edited by Sawe : Apr 28th, 2007 at 8:48 am.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb VB.NET Marketplace
•
•
•
•
.net .net framework 3.0 access ajax asp backup blog blogging business centro code combo computer crash custom daniweb data database dell developer development dropdownlist hacker internet linux microsoft module msdn net news office open operating opinions reuse security server skin smtp software source sql survey system theme vista web windows windows workflow xp
- Connecting to SQL server DB from VB.NET app (VB.NET)
- Help needed: Connecting to sql server database (VB.NET)
- Connecting to a SQL Server Database using VB (VB.NET)
- connecting to sql server database using C++ program (C++)
Other Threads in the VB.NET Forum
- Previous Thread: VB.NET ComboBox & Statusbar HELP!
- Next Thread: LEFT syntax



Linear Mode