matriphe / mssql2mysql

Simple MS SQL to MySQL PHP script converter
30 stars 25 forks source link

Tables with Name User #9

Open leykevin opened 7 years ago

leykevin commented 7 years ago

Nice Script. I had Problems with the type "real" but i had fixed by myself. I have some Tables with the Name "User". I had try to set this with quotation marks like '´ or `, but it doesn't help. Can someone help here?

matriphe commented 7 years ago

Hello,

I'm sorry for a very very late response. Is this problem still relevant?

Can you explain more details?

leykevin commented 6 years ago

I edit the line 184 to the following. $sql = "SELECT * FROM [".$table."]"; //UPDATE [] <- INSERTED