Posts by enakamatu • 31 points
3 posts
-
1
votes0
answers69
viewsQ: Error loading DLL into SQL Server
I received a DLL from a client, who will be encrypting 4 keys to be sent in database queries. I made the registration with sp_addextendedproc 'xp_definekey', 'c:\path\criptokey.dll'. But while…
-
0
votes0
answers27
viewsQ: datagrid editing with navigation via arrow keyboard
Hello, I am converting a desktop system to web form, in one of the screens (of requests) I have the ease of the user to type order items and with the arrow down create new line(order item) and…
-
2
votes1
answer198
viewsQ: XAMPP 5.6.16, apache error with globlas on
I installed Xampp 5.6.14, changed the clause to on (register_globals=on) in php.ini and now apache does not start, application error. I’ve already made changes to http ports for 8000 in httpd.conf…