Tagged Questions
0
votes
1answer
105 views
Why did I fail to build mariadb?
The error message is as follows:
141> Call Stack (most recent call first):
141> D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:81 (INCLUDE)
141>
141>
141> CMake Error at ...
1
vote
0answers
35 views
Visual Studio 2010 DON'T CLEAR Query if doesn't succed or syntax error
In VS2010 when you perform a query against database if the query itself has any syntax error the VS by default clears all text from screen. This makes you to type again the text and resolve syntax.
...
0
votes
1answer
76 views
Visual Studio 2010 SQL Querys how to set BIGGER default font
By default, the default font when you perform a query on a table by going to right click over table -> New Query is very small, you can increase it pressing ctrl+ but when the query is execute the ...