Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jakeisstoked

    Writing outputstream starting at specific byte, overwriting therafter.

    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...
  2. jakeisstoked

    Getting out of input stream loop (reading byte by byte)

    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(){...
  3. jakeisstoked

    INSERT query with *possible* null variables.

    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...
  4. jakeisstoked

    Counting rows on a form from VBA.

    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...
  5. jakeisstoked

    Distinct needed, but with other columns, possible?

    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...
  6. jakeisstoked

    Works in IE, but not Firefox, CSS Height Problem

    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...
  7. jakeisstoked

    php DSN-less connection trouble

    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...
  8. jakeisstoked

    Getting info from registry?

    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...
  9. jakeisstoked

    Multiple Command Buttons Inside Form

    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 &quot;post&quot; is in form tags, so any...
  10. jakeisstoked

    Entering data into multiple tables problem

    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...
  11. jakeisstoked

    SQL statement with date/time problem

    Hi, This probably has a simple answer but I've never doe it before so I'm stuck. Heres my SQL statement &quot;SELECT * FROM tblExample WHERE pDate >'01/01/01' AND pDateSubmitted <'10/05/10'&quot; Using this statement gets a data type mismath error. And &quot;SELECT * FROM tblExample WHERE...
  12. jakeisstoked

    xp recovery console password problem

    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...

Part and Inventory Search

Back
Top