I am writing a swi-prolog program to solve a sudoku puzzle, the program is working perfectly when using the built-in "all_different" predicate but I was now instructed to actually write my own and not take advantage of the available function. Therefore I am attempting to write my own customized...
Here is the situation - currently I have a C-Drive (PATA, Primary Master) that is 10GB (with Windows XP SP2) and this isn't enough to run my system correctly (I have been using it at 300megs free for months, just running a scan disk causes a "windows low-disk space" issue on my c-drive).
My...
When trying to set the 'max server memory' of a database I use the stored procedure (SP_COFIGURE) as follows:
_bstr_t bstrCommandText = OLESTR("SP_CONFIGURE 'max server memory',");
bstrCommandText = bstrCommandText + bstrServerMemory; // where bstrServerMemory = {"128" (1)}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.