One simple question, somebody can help telling me the minimum size of a label that can be printed with this printer.
Or if it's possible that the label i'm using doesn't support direct Thermal Transfer.
I'm using a size 2" x 1", let me know
===================================
Never...
I'm pulling my hair out of this one.
How to setup the ODBC for Postgresql to connect to Cognos i need parameters?
The ODBC itself connect perfect but Cognos give me this error:
An error has occured
org.xml.sax.SAXException: UDA-SQL-0031 Unable to access the "cxdbinfo" database...
Ok, practically i have a Cisco Router behind the Modem (the one that have 255.255.255.255) and i was ICMP the Cisco Router because that is the one that manage the rest of the network.
So I have this:
Cisco ---- DSL Modem ---- IPSec ------ T1 ------ Cisco
x.x.x.x...
I have an small office with a DSL Service and Static IP, i've being having problems with the VPN connection and I noticed that the mask for my Static IP is 255.255.255.255 if i'm recalling correctly i cannot do an VPN IPSec with this type of subnet mask, one location have 255.255.255.248 and the...
Several stuff done, i did the ip routing and add the default gateway.
Everything is working fine now.
Now i need to continue with my IPSec and Wireless.
===================================
Never underestimate the power of stupid people in big numbers
===================================
Yes i can ping from the Vlan1 to the WAN.
I added a Default Gateway and now i can ping to google.com, yahoo.com, etc. from the HyperTerminal, meaning that my FastEthernet0 is fine, but i cannot get the traffic to the Vlan.
The SDM applications tells me that i don't have an exit interface but i...
I'm trying to setup my Cisco 1801 and i cannot make it work.
I have a Static IP Wireless T1 (microwave) so, no username or password needed.
My Internet connection line is on FE0 (FastEthernet0).
My Cisco configuration is the following:
Can somebody give me a hint what i have wrong. I think...
I need advise in what to use for RS232 communication, i have an scale i like to automate i just need to send a "P[CRLF]" and get back an string that's all.
Thanks, please give guidance in terms of a code sample or a Activex control i can use.
===================================
Never...
I want to hear some good recommendations from you expert people of a good Antivirus Enterprise Level.
We have a Windows 2003 R2 Server i want to protect very good with a good antivirus. We have around 80+ users.
Let me know.
===================================
Never underestimate the power of...
I have a friend with asimilar problem and we found out that he have the stand by function on the power button, try that, it seems that you're on standby function.
===================================
Never underestimate the power of stupid people in big numbers
===================================
First of all don't get confused Apache is a service totally not linked at all with FileZilla with you need to do is to be sure that the FTP Service is up and running you can do that with the task manager or netstat at the command prompt.
But don't mix the two concepts, Apache and a FTP Server...
I want to do a macro to can give me a recurrently the names of all the blocks on the drawing, can somebody help with that?
===================================
Never underestimate the power of stupid people in big numbers
===================================
It seems like is not running the server:
Try:
ps auwx | grep mysqld
tell what you got
===================================
Never underestimate the power of stupid people in big numbers
===================================
Do it via a form with a POST method.
===================================
Never underestimate the power of stupid people in big numbers
===================================
If you have total control on the server try to give your user fully control on that database
GRANT ALL ON dbname.* TO 'user'@'localhost'
and try to do it via mysqld console.
===================================
Never underestimate the power of stupid people in big numbers...
Here is the link of how to use the SELECT statement that you can read, at the bottom it's a section dedicated to OUTFILES and DUMPFILES
http://dev.mysql.com/doc/mysql/en/SELECT.html
===================================
Never underestimate the power of stupid people in big numbers...
If you read the error has nothing to do with the syntaxis please give your user full access to the database.
===================================
Never underestimate the power of stupid people in big numbers
===================================
You should do you own function to export information with SELECT statement with a syntax like this:
SELECT a,b,a+b INTO OUTFILE '/tmp/result.text'
FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
LINES TERMINATED BY '\n'
FROM test_table;
Then you can create a CSV file wich is a file...
It depends the procedure that you want to use if you want to be database driven, wich is better... go on Access or your DBMS and set the field to autonumber, and then do not include the field on the INSERT statement likes this
TABLE TEST (id autonumber, code string);
and then you insert code...
Try renaming your table to another name like OrderCust because you are using a reserved word in the SQL that is ORDER if the interpreter see that is trying to find a field to generate an asc or desc order and the syntax is bad.
Like is said rename your table and try again...
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.