Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)jammusiDecember 29, 2010 at 11:46 AM#Connect to Specific DB with sql serverHi, I am using MSSQL_OLEDB to connect sql server But SQL server can contain more then one DB I can not find a way to indicate what is the data base name. Please advice Tx Oren
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)sgiustoDecember 30, 2010 at 4:51 PM#this is more a sql question rather than a nsis question... You can use the USE command to select a database, on or you can put the full path to the table in your statements (select * from master.dbo.sysdatabases) Hope this helps Stefano
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)jammusiJanuary 2, 2011 at 4:28 AM#thanks