Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Someone knows the better way to connect with this kind of printers? Using SQL SERVER or XML? Any ideas?
Actually my company uses databases created in Microsoft Access and VB.NET to create a connection to the printer, but this process will be discontinued.

I´ll appreciate any tips or ideas. Thank you.

What I have tried:

I´ve serched for examples using SQL Server, XML or any other way to create a connection between C# and a PVC card printer.
Posted
Updated 21-Jun-19 2:12am
Comments
Patrice T 21-Jun-19 13:12pm    
Do you know that we don't see this printer ?

1 solution

Have you tried contacting the manufacturer of the printer to see what tools/information they can offer?

If you are already using VB.NET to connect to a printer then just convert it to C#.

If you have a properly designed application then swapping out Access for SQL Server should be quite trivial. You will need to convert any queries from Access SQL to T-SQL.

Beyond that you haven't given us enough to go on - compare your question to this one design and print id card[^]
 
Share this answer
 
Comments
Member 11879193 21-Jun-19 8:46am    
The VB.NET code it´s just to create a Access table with the card information. Later, the printer use this table to read and print the card.
But i have no clue in how to change that process or where to find more info to create this new connection.
Maybe i have to undestand better how the print read that table.
CHill60 21-Jun-19 9:55am    
I doubt very much that the Printer uses the table. There may be some VBA code in the Access database? Try Alt-F11 with the database open to bring up the IDE.
Member 11879193 21-Jun-19 12:24pm    
There´s nothing in the IDE behind the database.
I´ve descovered the printer´s company and model. Now i´m getting more results when searching for tips and drivers that could help me into this.
I´ve found a SDK in they website.
But thanks for your time. Hope i get this done soon.
CHill60 21-Jun-19 13:28pm    
Good luck! If you hit any specific problems then do come back with a new question :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900