<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Aug 2019 02:59:13 Z</lastBuildDate><pubDate>1 Aug 2019 03:00:34 Z</pubDate><description>Hi&#13;
I am having trouble setting up my software on other clients computers, I am using MSSQL and every client has a different server and database name. I am currently reading the setup from a XML file in the local exe folder.&#13;
&#13;
and I am using the following code&#13;
Easyconnect..Provider =  hOledbSQLServer&#13;
&#13;
Easyconnect..Server = xmlconfigread("Server","",sXmlfilename)&#13;
Easyconnect..Database = xmlconfigread("Database","",sXmlfilename)&#13;
Easyconnect..User = xmlconfigread("User","",sXmlfilename)&#13;
Easyconnect..Password = xmlconfigread("Password","",sXmlfilename)&#13;
&#13;
			bRetbyte = HChangeConnection("*",Easyconnect)&#13;
			&#13;
		bRetbyte = HOpenConnection(Easyconnect)&#13;
The programme does not error but no data is displayed in the browse  &#13;
&#13;
I have my code in a local procedure in the main window. Should it be somewhere else?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67164-runtime-set-for-mssql/read.awp</link><title>Runtime set up for MSSQL</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Kel</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67164-runtime-set-for-mssql-67168/read.awp</comments><pubDate>5 Aug 2019 02:59:13 Z</pubDate><description>Hi Thanks for the reply&#13;
Where would I find the DB init or the init process?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67164-runtime-set-for-mssql-67168/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67164-runtime-set-for-mssql-67168/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67164-runtime-set-for-mssql/read.awp">Runtime set up for MSSQL</source><title>Re: Runtime set up for MSSQL</title></item><item><author>markusmair77</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67164-runtime-set-for-mssql-67166/read.awp</comments><pubDate>1 Aug 2019 19:49:51 Z</pubDate><description>Call the db init in the initprocess of the project</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67164-runtime-set-for-mssql-67166/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67164-runtime-set-for-mssql-67166/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67164-runtime-set-for-mssql/read.awp">Runtime set up for MSSQL</source><title>Re: Runtime set up for MSSQL</title></item></channel></rss>
