Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gigaly authored Sep 18, 2017
1 parent a941c63 commit ba1b0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kod/Korak_06.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ naredba = _
" CREATE TABLE [%1%] " & _
" ( ID Integer, Rije� Text(50), " & _
" [ID prijevoda] Integer, Mjesto SmallInt, " & _
" [Op�enita vrsta rije�i] Text(50), [Op�enita VR] Text(50) " & _
" [Op�enita vrsta rije�i] Text(50), [Op�enita VR] Text(50), " & _
" Pojam Text(50), Pojam2 Text(50) );"
naredba = Replace(naredba, "%1%", NazivTablice)
DoCmd.RunSQL (naredba)
Expand Down

0 comments on commit ba1b0e6

Please sign in to comment.