31.01.2014, 07:50
Can anyone make an example of ORM usage because I tried AndreT's tutorial and it doesn't work...
And for some reason when I select data with ORM so if it's a string it duplicates the first and puts it on the next strings i.e:
I have in the database:
ID: 1
Name: Test
Level: 2
Clan: Test Clan
And what ORM shows is:
ID: 1
Name: Test
Level: 1
Clan: Test
And for some reason when I select data with ORM so if it's a string it duplicates the first and puts it on the next strings i.e:
I have in the database:
ID: 1
Name: Test
Level: 2
Clan: Test Clan
And what ORM shows is:
ID: 1
Name: Test
Level: 1
Clan: Test