2
Answers

Sharing SQL connection throughout application

nickmollberg

nickmollberg

19y
2.3k
1
Hey all, I need to connect to my SQL server, and create some temporary tables. I need to be able to access these tables throughout the application, so where should I connect to the SQL server, and create these temp tables so that they are available throughout the application? I'm kind of a newbie here, so any examples would be awesome.
Answers (2)