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 TouchToneTommy 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: *

  • Users: fldbryan
  • Content: Threads
  • Order by date
  1. fldbryan

    ODBC Timeout.

    I need to extend my ODBC timeout for connections due to extended queries. Can I do that from Access?
  2. fldbryan

    Access to SQL Server 2005 Express utility?

    Does anyone know of a utility to upgrade MS Access tables to SQL Server Express (2005). The built in Access utility does not work.
  3. fldbryan

    Out of temporary disk space?

    I am trying to create a summary table from a table in Access that is 5,000,000 records and uses 800,000,000 of disk space. When I run the make table query, I get an 'out of temporary disk space' error message. Is there a way to increase my temporary disk space to successfully complete the build?
  4. fldbryan

    Looking for Excel properties

    I have been hunting through MSDN trying to find the Excel properties and methods to use with VBA. I can do formulas and values but would also like to do the following: Set Column width Set Row height Set Font Set Background color Set Borders See nothing much. :)
  5. fldbryan

    Corrupted attachment for outlook via Access

    I am having difficulty with this one module. It is supposed to attach a spreadsheet and then allow the user to finish filling out the Outlook form before sending it. The problem seems to be that the attachment is arriving corrupted. Does anyone have any answers? Private Sub Form_Open(Cancel...
  6. fldbryan

    Trying to merge Excel template with Access

    I am writing an excel spreadsheet in Access and wish to use a template for formatting purposes. However all that is produced is the generic spreadsheet. Here is the code. Any solutions gratefully accepted. Sub MakeSS(TUser As String) ' Declare an object variable to hold the object '...
  7. fldbryan

    Write Conflict with SQL Server 2005 and Access

    I am a bit mystified here. I have an application that works fine for awhile doing data updates when suddenly it gets a write conflict message that won't even let me save the record anyway. It states someone has changed the record since the last read, but no one has. Has anyone else seen this...
  8. fldbryan

    Access.Application not releasing properly

    I am calling Access.Application from within ASP.NET. I have noticed that even if I tell Access to quit MSACCESS.EXE remains running. How can I get MSACCESS to quit. Multiple versions running at once can quickly degrade the server.
  9. fldbryan

    Are menus and forms incompatible in JApplets?

    I've been trying to figure out this code for several days on using menus within an applet Jpanel. In my searching I've found no examples of combined use. In the following code if you switch the order in what gets added first thats all you see. If you add form information first the menubar...
  10. fldbryan

    How to convert to applet

    I am currently working on an application to convert VB forms to Java forms. I'm finding this a good way to learn Java. I plan to release it once finished. I can easily create a form using a JFrame but can't figure out how to convert it to an applet. Any help would be appreciated. Minnimal...
  11. fldbryan

    class for server variables

    I'm looking to use request in some vb.net modules in my asp app. Which class is needed in order get access to the server variables? TIA
  12. fldbryan

    How to use index server

    Can anyone recommend a good link to using index server with asp.net?
  13. fldbryan

    refreshing iframe

    Does anyone know how to refresh an iframe in vb script. TIA. You guys are getting me back up to speed quick.
  14. fldbryan

    cookies on server side not accurate

    I am converting an application from asp to asp.net involving cookies. I save the cookie on the client side and then access it later from the server. This has always worked fine under asp. With asp.net I am running into a problem where the hex codes are not translating back into text. Here's an...
  15. fldbryan

    Issue with update command and sql server 2000

    OK, It's been awhile for me using Sql Server so I'm feeling slow. I upsized my access database to SS 2000 Desktop Edition. I relinked and everything looks good. I also verified that I can add data to my fields that are represented as memo (ntext(16)). I am now converting the asp.net application...

Part and Inventory Search

Back
Top