Most voted "driver" questions
19 questions
Sort by count of
-
4
votes1
answer176
viewsmysql driver is not found when the application is rotated from a jar
I have developed an employee registration system. In this system the data persistence is done in a mysql database. When running the program by the package the system works normally, but when…
-
4
votes2
answers1111
viewsI am unable to configure the sqlsrv drivers in php7
In the archive php.ini all extensions are found, except the ones I need to connect to SQL Server database. extension=php_sqlsrv_7_ts_x64.dll extension=php_pdo_sqlsrv_7_ts_x64.dll As .dll are in the…
-
2
votes1
answer2624
viewsODBC -SQL Server Error 17 and SQL Server Error 2
There is a BI application on a station that has an ODBC connection configured to fetch the database on another server. If I open the BI on the server where the SQL database is and perform connection…
-
2
votes1
answer470
viewsPSYCOPG2 - Pagination
In the search for how to make paging using psycopg2 I discovered the attributes cursor itersize. and cursor., and the methodscursor.fetchmany() and scroll cursor.() I wanted to check with the staff…
-
1
votes1
answer176
views -
1
votes1
answer2122
viewsHow to create a driver to make my own usb mouse with PIC?
Hello, I’m trying to develop a mouse using a pic and instead of using an optical sensor usually used in mice I wanted to control using accelerometers. How do I create a Windows pro driver? It is…
-
1
votes0
answers167
viewsError doing Linked Server with Firebird Database
I installed Firebird 2.5 and the due ODBC driver on my computer. I tested the connection and it went all right, I called the bank DB. But when I create Linked server in SQL Management Studio 2008,…
-
1
votes1
answer608
viewsPHP PDO for SQL SERVER
Good afternoon, I am trying to connect with my PHP pages in MS SQL SERVER using PDO, but I am having difficulties. I tried to use the PHP manual, but I’m getting confused and I’m not getting it. The…
-
1
votes1
answer338
viewsPrinter Driver is not been specified
I am using tsclib.dll to print labels on Bematech LB-1000. In the openport() Procedure it already gives the error Printer Driver is not been specified. The printer is local, USB port and I am…
-
1
votes0
answers25
viewsA web element is clicked but no action is performed (Android)
sorry for the language, but so I’ll be more direct I’m having a problem, I find the (mobile) element in a real device, point to it and click, but always returns the error message…
-
0
votes1
answer105
viewspsycopg2.pool.Simpleconnectionpool, Operationalerror exception takes time to launch
I ran a test, shut down the server and called the method psycopg2.pool.SimpleConnectionPool, the method is waiting for a response for a very long time, about a minute, only then it raises the…
-
0
votes0
answers31
viewsSql driver not found
I am with PHP version 5.6.25 successfully installed the mssql extension and it appears in the PHP extension list marked that is running the following extension PHP_PDO_SQLSRV_56_TS but when I give a…
-
0
votes1
answer92
views"Could not find driver" when setting the application’s root page
When rotating the command php -S localhost:8080 -t public The above error is triggered when I try to make a connection with postgres. Other applications can access normally when accessed through the…
-
0
votes1
answer30
viewsntddk. h and wdf.h... libraries can tell me their usefulness in this code?
#include <ntddk.h> #include <wdf.h> DRIVER_INITIALIZE DriverEntry; EVT_WDF_DRIVER_DEVICE_ADD KmdfHelloWorldEvtDeviceAdd; NTSTATUS DriverEntry(_In_ PDRIVER_OBJECT…
-
0
votes0
answers180
viewsPHP PDO Drivers for SQL Server
It was with the same problem, I performed the steps indicated, however, I did not succeed in installing the SQL Server connection. Versions: PHP = 5.6.21; OS = Windows Server 2008 R2 Enterprise SP1.…
-
0
votes0
answers23
viewsError creating keyboard drive in Assembly
I’m creating a keyboard driver but I’m having problems; The idea is that the kernel will load "Keyboard.asm" in memory at 0800h:500h and then I will make a jump to that same address, the first…
-
0
votes0
answers40
viewsIn my Java web project the mysql driver does not work when using the dependency in the pom.xml file
All right, here’s the deal. I am doing a java web project and when I add mysql-Connector-java as dependency within the pom.xml folder, the project does not communicate with the database. However,…
-
-1
votes1
answer35
viewsHow to get the listed network drive name
I’m listing my network units via C# in a TreeView. Today it is appearing as follows: But I want the full name to appear: C:\Disco Local J:\Pen Drive X I’m using the following code to fetch the…
-
-3
votes1
answer626
viewsHow to resolve Ubuntu 16.04 bug with Qualcomm Atheros network card
Article: Some steps to be taken: Perform the configuration: echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf Download the repository and copy the drivers git clone…