Welcome! Log In Create A New Profile

Advanced

WD21 MSSQL Native Access Using ModFic

Posted by Nick 
Nick
WD21 MSSQL Native Access Using ModFic
October 05, 2020 11:25AM
hi,

I have a MSSQL database in a testproject.
I can describe the MSSQL tables in my analyse.
With HCreationIfNotFound i can create the tables in my MSSQL database.

Now I want to change the name of a field.
Can I use a Windev Tool for this ?
Something like ModFic ?
Re: WD21 MSSQL Native Access Using ModFic
October 05, 2020 12:43PM
Yes with sql statements....
Argus
Re: WD21 MSSQL Native Access Using ModFic
October 05, 2020 01:34PM
No... the automatic modification of DB based on the analysis works ONLY for HFSQL...

You will have to code yourself some alter table sql statement...

Or, as some developers have done, code once and for all a tool using in input the sql CREATE table statements that the analysis CAN generate, compare their content to the previous version, and generate automatically the alter table...

Of course, the easiest solution is to use HFSQL :-)
Nick
Re: WD21 MSSQL Native Access Using ModFic
October 05, 2020 03:30PM
Hi,

Thanks for the reply's.
I will use MSSQL Management Studio for changes.....
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: