|
|
|
Rank: Guest
Groups:
Joined: 8/10/2009 Posts: 725
|
I've been trying out your tool - it seems to script the database ok but there are not lines created for the actual data. Shouldn't it have created the insert statements?
|
|
|
|
Rank: Administration
Groups: Registered
Joined: 8/10/2009 Posts: 143
|
Did you select "Both" option for Tables?
|
|
|
|
Rank: Guest
Groups:
Joined: 8/10/2009 Posts: 725
|
i found the issue. The generation stopped but didn't report an error so i assume it threw an exception but was not reported.
The database name has a '-' in it; this is legal but must be causing an invalid sql statement to be created. after i rename the database it works. you need to enclude the database name in quotes so this doesn't happen.
|
|
|
|
Rank: Administration
Groups: Registered
Joined: 8/10/2009 Posts: 143
|
Yes, I've reproduce it too. Thank you. We will fix it soon.
|
|
|
|
Rank: Guest
Groups:
Joined: 8/10/2009 Posts: 725
|
Same problem for DB names that contain '.'
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 8/10/2009 Posts: 368
|
Thank you. We will fix it once we get on to SqlScriptGenerator.
|
|
|
|
|