<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Mar 2020 13:31:50 Z</lastBuildDate><pubDate>10 Mar 2014 12:59:00 Z</pubDate><description>Hi,&#13;
&#13;
I`m making a small import utility for one of my clients, but struggle with their choosen Schema name in MS-SQL (I`m using windev v18)&#13;
&#13;
I`m currently trying to connect to a MS-SQL Database that`s not using the default [dbo] schema, but [DataBridge].&#13;
&#13;
So a table will bee in the form [database].[schema].[tablename] = [DataBridge].[DataBridge].[Transactions]&#13;
&#13;
1. When trying to connect via the "Import existing table" in the analyze there is no place to specify SCHEMA and I get an error?&#13;
&#13;
2. If I rename the schema on the server side to [dbo], I can import the table, but will I now hack up for the "main" app using the [DataBridge].[DataBridge].[Transactions] table?&#13;
&#13;
3. My App is just an Import a XML file into Database i "Live" mode, and at clients sites there`s no SQL Management studio available so what to do? Can I change the schema in my connection name on the fly (Via code) to [DataBridge]?&#13;
&#13;
Cheers&#13;
Tor-Bjarne</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema/read.awp</link><title>WinDev MS SQL not using dbo SCHEMA</title><managingEditor>moderateur@pcsoft.fr (The moderator)</managingEditor><webMaster>webmaster@pcsoft.fr (The webmaster)</webMaster><item><author>Meredith GUY</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-67705/read.awp</comments><pubDate>21 Mar 2020 13:31:50 Z</pubDate><description>Thanks very much indeed, Tor-Bjarne, for the very useful code you posted above! I had exactly the same situation with 3 differen…</description><guid isPermaLink="true">https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-67705/read.awp</guid><link>https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-67705/read.awp</link><source url="https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema/read.awp">WinDev MS SQL not using dbo SCHEMA</source><title>Re: WinDev MS SQL not using dbo SCHEMA</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-44986/read.awp</comments><pubDate>14 Mar 2014 13:06:00 Z</pubDate><description>Hi,&#13;
&#13;
Thanks Paulo and Peter J for your input :)&#13;
&#13;
Paulo, the hChangeName did the trick.&#13;
&#13;
Here`s how for future recerence:&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-44986/read.awp</guid><link>https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-44986/read.awp</link><source url="https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema/read.awp">WinDev MS SQL not using dbo SCHEMA</source><title>Re: WinDev MS SQL not using dbo SCHEMA</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-44909/read.awp</comments><pubDate>11 Mar 2014 12:38:00 Z</pubDate><description>I'm afraid I think you're going to be in for a bit of a renaming session. I had this before when using non-DBO tables, for some …</description><guid isPermaLink="true">https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-44909/read.awp</guid><link>https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-44909/read.awp</link><source url="https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema/read.awp">WinDev MS SQL not using dbo SCHEMA</source><title>Re: WinDev MS SQL not using dbo SCHEMA</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-44890/read.awp</comments><pubDate>10 Mar 2014 17:25:00 Z</pubDate><description>I don't know if you are using OLEDB or native access but probably this note in the hchangename function can help you.&#13;
&#13;
http://…</description><guid isPermaLink="true">https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-44890/read.awp</guid><link>https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema-44890/read.awp</link><source url="https://forum.pcsoft.fr/en-US/pcsoft.us.windev/44881-windev-sql-not-using-dbo-schema/read.awp">WinDev MS SQL not using dbo SCHEMA</source><title>Re: WinDev MS SQL not using dbo SCHEMA</title></item></channel></rss>
