EnglishDeutsch
What is Conversion?
What is Synchronization?
What is Data Filtering?
What is Field Mapping?
Conversion
Synchronisation
 
MS Access
MS Access
DBConvert for
DBSync for
DBForms from
MS SQL
MS SQL
DBConvert for
DBSync for
DBForms from
MS FoxPro
MS FoxPro
DBConvert for
DBSync for
MySQL
MySQL
DBConvert for
DBSync for
DBForms from
PostgreSQL
PostgreSQL
DBConvert for
DBSync for
DBForms from
MS Excel
MS Excel
DBConvert for
DBConvert Built-in Scheduler
MySQL Sertified Partner
SkinCrafter - Custom application skinning library
DMSoft Technologies
Frequently Asked Questions
 
You are welcome to post us your questions about our products and we enlighten them in our FAQ section.
General FAQ Section

  • What are the primary differences between DBConvert and DBSync series?

    All «DBConvert» versions convert data from source to destination database. If you don´t have a direct access to the server or have an ftp and PHP access through phpMyAdmin or other tools, «DBConvert» can create «Dump» and «PHP Script» files which contain database info inside and can be executed on the server for putting database there.

    You can find more details about conversion at:
    http://dbconvert.com/conversion.php

    «DBSync» versions can both convert and synchronize databases. It strictly needs the direct access to server. «DBSync» provides three types of synchronization:

    • Insert synchronization
    • Update synchronization
    • Drop synchronization

    You can find more details about synchronization at:
    http://dbconvert.com/synchronization.php



  • Is it possible to run your product from the command line?

    Our converters guarantee an appropriate running and handling from command line. You should use the following example for DBConvert for MS Access&MySQL when running the program from the command line:

    Example:
    C:\Program Files\DBConvert\Access2MySQLPro\Access2MySQLPro5_Cons.exe /Session:"Session Name"

    Where /Session:"Session name" defines what precreated session should be used This option lets you run converter with the settings which have been stored as a session. All passwords are saved too. You can find more detailed info about command line using in our on-line manual at:
    http://dbconvert.com/manual.php



  • Can I automatically run synchronization?

    You can automate running synchronization process by using built-in Scheduling stage. It allows executing reoccurrences in a specified time interval. Scheduling process runs automatically in the background mode without any further user intervention.



  • Scheduled task doesn't work at all, even if the task is displayed in DBConvert built-in Scheduler. “Task has not been run” status is returned.

    DBConvert scheduler's work is fully based on Standard Windows scheduler.

    1. Please make sure that you specified your Windows login and password in DBConvert Scheduler settings. Otherwise your task won't be executed.

    For this purpose, press "Edit task" option, choose "Settings" tab and fill in the username, password and confirm password fields with the info you use for logon in Windows system. Your password and confirm password must be the same.

    Pay attention that DBConvert products use standard Windows scheduler to create tasks for conversion/synchronization. Take a look at the example of .bat file creation:

    c:
    cd "c:\Program Files\DBConvert\Access2MySQLSync\"
    @ECHO Run application
    Access2MySQLSync_Cons.exe /Session:"SessionName"


    If you have already created sessions you can just specify them in bat file.

    Note: Regarding the issue with Standard Windows scheduler MSDN says the following:
    "When you use the Scheduled Task Wizard to create a scheduled task on a Microsoft Windows computer, you must be a member of the Administrators group, the Backup Operators group, or the Server Operators group on the local computer.
    Additionally, you must type the user name and the password of a user account to schedule the task.When the scheduled task starts, it runs as if it were started by this user. Therefore, the scheduled task runs in the security context of this user account.
    If you type the user name and the password of a user account that belongs to a group that has more user rights than the group where you are a member, the task will not run as you expect, because the user name and the password are not configured for the task. However, a user may be able to use the “schtasks” command to schedule a task to run in the security context of a user account that has more user rights, including administrative rights."

    2. Except login name and password you should specify "end date" for your task.

    For this press "Edit task" option, choose "Triggers" tab and specify the triggers conditions for a task. Click on the "Advanced" button and check "End date" option.

    3. Also the reason of such scheduler behavior can be unchecked option in standard Windows Scheduler shown on the screenshot below.



  • Do your converters synchronize in both directions?

    Our synchronizers can handle data in both directions but not simultaneously. At first, data is synchronized from source to destination database(e.g. from MS Access to MS SQL database ) and then vice versa. Synchronization can be executed in one direction with adding missing records in destination db (insert synching) or with editing records altered in source (update synching). If you need to fulfill bidirectional synching you can create 2 sessions arranging sequential synching from A to B and vice versa from B to A.



DBConvert&DBSync for MS Access&MySQL FAQ Section

  • I get «Error 1005: Can't create table... ».

    MySQL server reports this error when:

    - The referenced table is not an InnoDB table
    - The referenced column in other table is not unique
    - The referenced column in other table has a different type to other id

    In MySQL prior to 5.0, this error can also indicate that:
    - No index has been defined on the column id



DBConvert&DBSync for MS Access&MS SQL FAQ Section

  • How to connect to Microsoft SQL Server 2005 Express database?

    There are 3 ways of connection with MS SQL. You can do it through :

    1. - TCP/IP
    2. - IPX/SPX
    3. - PIPE

    Our tool uses TCP/IP protocol for conversion process by default. You should open this protocol through MS SQL Configuration Tools. If you still can not connect to the server check firewall settings or reconfigure your MS SQL server using one of the ways described above. Also make sure that password field is empty if you log in as super administrator.



DBForms from MS Access to PHP+MySQL FAQ Section

  • How can I convert MS Access forms to a web-page?

    The general idea of DBForms from MS Access to PHP+MySQL product is conversion of MS Access forms to web page. It may be needed when you want your users have access to data through web resource. Converted forms performed as php files are presented in web browser Exactly the way they were created in MS Access.



  • What additional software should I install for conversion with DBForms from MS Access to PHP+MySQL?

    Before running DBForms from MS Access to PHP+MySQL you should have the following software installed:

    - MySQL server
    - PHP
    - Web server (IIS)

    In case you don´t want to adjust settings of MySQL server, PHP and IIS working together we can recommend you to use «3 in 1» package products, such as:

    - WAMP
    - XAMP
    - Netserver
    - Denwer and many others.

    They require the minimum of user´s participation. After package installation these 3 components work together perfectly.

    Note: Pay attention to additional libraries supplied with web server that must be loaded for work with PHP. Please read PHP and Apache help files if you intend to configure them manually.



  • Why were the forms not converted?

    More likely, the problem is masked in unconnected MySQL database with PHP script language. Also you can check folders structure where converted form files must be saved. In case form conversion is committed successfully and the main problem is in uploading php files to local folder or FTP server you can find "Templates" directory. Usually it is placed at "C:\Documents and Settings\User_name\Templates". Here A2WebForms folder must be created. So all php form files can be simply copied from A2WebForm folder to your local folder specified at Upload setting stage.



  • How can I create Front/Back Ends in order to remote users could log on to the MySQL database online?

    At the moment the program doesn't convert events for elements. You can add your event code in your forms manually. For this purpose, go to the folder where your resultant forms are located. Each form is converted to a separate folder which is named in the same way as the form. Choose the folder you need. In this folder you will find "UserFunction.php" file, which contains function header for buttons.
    Function name always has prefix "Button" followed by the name of this Button.
    For example:

    		function ButtonOrders(&$Fields)
    		{
    		   //TODO: Add your code here 
    		}
    NOTE!
    When working with this function remember that:
    1. the path to the folder where your resultant forms are saved is as follows: ./../
    2. the path to "FORMS" directory is as follows: ./../../FORMS/
    For example:
    You need the following functionality: You click at "View" button and "My_Form" is displayed.
    Your event code should be as follows:
    		function ButtonView(&$Fields)
    		{
    		   header("Location: ./../../FORMS/My_Form/My_Form.php");
    		   return FALSE;
    		}
    If you don´t want to add event code manually or develop Front/Back End web interface we can perform this service for extra fee.



blindness viagra
discount viagra online
cialis compare levitra
viagra professional
cheap generic viagra
cialis online
tramadol side effects
buy wellbutrin online
generic viagra online
viagra mexico
cialis testimonials
tramadol used for
viagra 50mg
tramadol 180
comprare viagra
cialis professional
order tramadol
cialis orderwhere to buy viagra
cheap viagra
viagra cialis
tramadol hydrochloride
viagra information
tadalafil citrate
cheapest cialis
cheap tramadol buy online
viagra pharmacy
cialis dosage
tramadol hydrocloride
best price viagra
female viagra
blindness viagra
comprare viagra
cialis jelly
order tramadol online
cialis online pharmacy
tramadol overdose
cialis compare levitra
natural viagra
tramadol online
herbal viagra
cheap generic viagra
purchase wellbutrin
side effects of fluoxetine
viagra alternative
sildenafil
tramadol hcl 50 mg
drug viagra
drug information tramadol
viagra prescriptioneffects of viagra
viagra alternative
20mg 30 cialis pill
generic wellbutrin
drug information tramadol
cialis testimonials
100mg viagra
cialis online pharmacy
tadalafil
cialis why
buy wellbutrin
where to buy viagra
price tramadol
dog fluoxetine
generic tramadol
cialis generic soft tab
tramadol abuse
drug tramadol
viagra soft tab
buy fluoxetine
tramadol pharmacy
cialis lowest price
buy discount tramadol
overnight tramadol
viagra cialis
buying viagra
cheap viagra online
tramadol hcl
viagra 50mg
cialis discount generic
purchase tramadol
tramadol effects
50 mg tramadol
viagra professional
tramadol side effects
buy fluoxetine online
discount viagra
lowest viagra price
buy generic viagra
cialis soft
10mg fluoxetine
tramadol tablet
tadalafil citrate
cialis generic viagra
tramadol 50mg
buying viagra online
cialis generic price
order viagra
tramadol delivery
natural viagra alternative
cheapest tramadoltramadol tablet
viagra information
cialis online pharmacy
viagra cialis
viagra soft
tramadol online
viagra picture
levitra vs viagra
cialis story
lowest price tramadol
cialis mexico
dog fluoxetine
cheap wellbutrin
fact tramadol
citrate sildenafil
tramadol picture
price tramadol
effects of ultram
get viagra
generic tadalafil
offender viagra
cialis href
generic viagra
cialis uprima viagra
tramadol 180
viagra sample
drug viagra
tramadol pain
cialis compare levitra viagra
viagra hgh
cialis germany
cialis professional
cialis prescription
cheap tramadol online
ratio fluoxetine
cheap generic viagra
how does viagra work
cialis liquid
viagra levitra
cheapest cialis
discount tramadol online
viagra sales
viagra online
cialis tablet
cialis drug impotence
comprare viagra
cialis new viagra
generic viagra online
cialis levitra vs
canada cialis generic
cialis get viagra
buy fluoxetine
canada tramadol
comprare cialis
viagra online pharmacy
tadalafil
20mg cialis
viagra without prescription
hydrocodone tramadol pain
viagra
order wellbutrin
trial viagra
viagra cialis levitra
tramadol hcl side effects
natural viagra
tramadol information
buying viagra online
tramadol sales
cialis levitra
viagra price
viagra side effects
propecia
cialis sample
cheap tramadol cod
cialis online purchase
cialis pharmacy
cialis news
tramadol depression
tramadol and acetaminophen
cheap cialis generic
buy discount viagra online
order wellbutrin online
tramadol rx
href tramadol
woman taking viagra
buy viagra
cialis purchase
buying viagra
cialis order
tramadol without prescription
cialis dosage
cialis testimonials
viagra on line
blindness viagra
drug information tramadol
cialis sale
tramadol apap
generic wellbutrin
how viagra works
where to buy viagra
tramadol medicine
cialis online
mail order viagra
cialis jelly
cialis mt tadalafil
best price viagra
penis growth oil
buy tramadol onlinecialis comparison levitra viagra
tramadol side affect
purchase tramadol
cialis from india
viagra information
cialis href
prozac
tramadol hydrochloride
online online tramadol
tramadol 180
best price viagra
woman taking viagra
tramadol pill
cialis purchase
herbal viagra
cialis review
tadalafil citrate
female viagra
cialis mexican
cialis lilly
tramadol line
canada tramadol
cheap cialis generic
discount viagra
cialis drug
viagra prescription online
generic viagra
cialis sample
viagra price
cialis germany
viagra trial
tramadol cod
tramadol rx
tramadol narcotic
cialis generic
cialis open ticket western
penis growth oil
discount wellbutrin
buy wellbutrin online
tramadol without prescription