Author Topic: How I connected a client with SQL  (Read 7797 times)

ericrevollo

  • Newbie
  • *
  • Posts: 13
How I connected a client with SQL
« on: January 26, 2013, 11:31:45 pm »
After  many hours of frustration following all the instructions about connecting a client trough SQL Express, and after much google, I finally managed to get it working,  I will explain now, but first I’ll assume you already have installed SQL EXPRESS on your computer, I use version 2005 because my PC doesn’t support higher versions,  please see if it works on other versions.
OK Let’s go to business! Please follow these steps, that's what I did!

1.- follow the instructions on this tutorial I made, I aplogize for the quality:D:
http://ericrevollo.hostei.com/uploads/SAMBA/sambawork.htm

2.- go to this site and follow all the steps mentioned:
http://faq.instant-tech.com/2009/09/sql-express-will-not-accept-remote.html (you may need to use the arrow keys for scrolling)

I really hope this can help you if you have questions I'll try to help, but please remember I know nothing about that SQL thing, it was just a matter of investigating on the net and playing arround with the programs good luck!!!



Isaac

  • Newbie
  • *
  • Posts: 48
Re: How I connected a client with SQL
« Reply #1 on: June 29, 2013, 09:21:54 am »
Thanks dude

Great illustration, worked for me.


Stelzi79

  • Newbie
  • *
  • Posts: 19
    • My mercural-fork on Bitbucket
Re: How I connected a client with SQL
« Reply #2 on: July 24, 2013, 11:25:33 pm »
First I think you have to install the Management Studio to the corresponding SQL-Version. As I know the Management Studio isn't normaly in an express version and hast be installed seperatly. Here I found a HowTo on the 2012 SQL http://en.competence.prevero.com/index.php?title=Microsoft_SQL_Server_2012_Management_Studio_Express

For more "simple" works or forensics I use a neat little thing called LinqPad (http://www.linqpad.net/ ) which also connects to sdf or mdb and to the SQL CD-Servers out of the box. In there you can lookup and alter things in the Database with C#, SQL and other languages. Also a neat little thing to quickly test programmcode.
My changes to the official version:
MY mercurial fork on bitbucket

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: How I connected a client with SQL
« Reply #3 on: July 25, 2013, 12:08:04 pm »
Did anyone have a look here?

SambaPOS - POS'n the World, one Terminal at a time.