Hi, I need a file to be written at a specific byte to a specific byte (I can write to a specific byte, that's simple), and I can also read inputstreams from and to a specific byte thanks to the skip() method. Problem is I can't seem find a similar method for outputstreams.
For example, say I...
Ok, I have this really simple function in some client / server programs, I am trying to read an input stream, it sends ok, says I send something like
"ostream.write("message".getBytes());" on a client
and it sends. And this little procedure reads the stream;
private void processRequest(){...
Hi, I have this query being executed in VBA, it's a long insert query and it's getting the data from a form, problem is not all of the fields are required, and I will get a "data type mismatch in expression" exception if there are any null values.
With a query that isn't running from code this...
Hi,
I have this form, and I need to count the rows in VB so I can store it in a variable and do stuff with it, I know how to count rows on a form by using a textbox with a control source set to "=Count([some_ID])" or whatever, but that's pointless to me. Can I do it directly from VB? Or can I...
Hi,
I need what I think should be a pretty simple SQL statement, but I just can't seem to find the solution.
It's only selecting data from 1 table..
Ok, so I have a table of prices associated with items, and the prices have a date (so it acts as kind of log as well), and there are also...
Ok, I'm new to these all CSS type layouts, and I'm having a real headache trying to get even the most standard things looking right.
This layout looks fine in IE, but in Firefox the div's don't stretch according to the content, like, the containers don't resize the containers they're inside and...
Hi,
I'm trying to connet to a MySQL database using a dsn-less connection and I keep getting the following error:
Parse error, syntax_error, unexpected T_VARIABLE in C:\Inetpub\wwwroot\test.php on Line 10
This is how my connection looks:
********************************************
<?PHP...
Hi,
Does the registry contain the information for your dialup connection, specifically the phone number? If so, does anyone know the registry key so as I can retrieve it. I got some wierd spyware thingy that changed my dialup number to blank, and I need the number back because I don't have it...
Hi, first off, ive posted a few questions before and got great answers so thanks for that.
My problem: i need to different command buttons on a form, on the posts the data to one page, and one that posts the data to another page, but the "post" is in form tags, so any...
Ok, i know how to enter data into multiple tables with the one form, but my problem is hard to explain. I have 3 tables, one acts as a linking table because i need a many to many type of link. When i enter the data into 2 of the tables, at the same time in the link table need to enter the 2...
Hi,
This probably has a simple answer but I've never doe it before so I'm stuck.
Heres my SQL statement
"SELECT * FROM tblExample WHERE pDate >'01/01/01' AND pDateSubmitted <'10/05/10'"
Using this statement gets a data type mismath error.
And
"SELECT * FROM tblExample WHERE...
hi,
i have the worst problem (well maybe not THE worst), but anyway, i really need to get into recovery console to reestore my kernel32.dll, this HAS to be done to get my graphics card to boot with my pc, but windows xp recovery console says my administrator password is wring, but i know my...
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.