Click here to Skip to main content
15,917,328 members

Comments by Krokizo (Top 9 by date)

Krokizo 19-Apr-17 14:03pm View    
Yes, you are right, sorry! I thought that it is something obvious and I decided to skip it.
in `initialize': wrong number of arguments (given 1, expected 2) (ArgumentError)
line 13 in `initialize'
line 22 in `new'
line 22 in `'
Krokizo 8-Mar-17 7:31am View    
Turns out PyCharm uses python 2.7 as interpreter instead of python 3. And it would seem that in python 2.7 it should be raw_input instead of input. Thanks for the answer!
Krokizo 22-Nov-16 15:37pm View    
Yes, I do have a website and its only purpose is to display the information from my database. I just run it on click and I want to view it in a div file, despite in the code being in alert. The problem is that nothing happens and I don't fully understand what the problem is. It doesn't give an error, nothing. I click but nothing is happening and it is driving me crazy.
Krokizo 22-Nov-16 14:49pm View    
The database is in the same folder it is on my PC it has nothing to do on being on the web. I just want to run it in my browser, meaning I want to fetch the results with my javascript and display them in my HTML page.
Krokizo 10-Sep-16 17:09pm View    
It really works but why Testing.dbo.test is underlined with the comment invalid object?