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

    Ageing Microsoft Access Software Developer seeks help

    Admin, if you think this is inappropriate, my apologies; please remove. As I am an old Tek-tips member, I am hoping this post is ok. I have been running my own software development small business for some time. Due to health related problems, I need to wind back, and am looking for an...
  2. Steve101

    Passthrough Queries and Parameters; Changing Querydefs and Multi-usability

    Thanks guys; that's a very good point. I'm sure you are right about each workstation having its own copy of the client, in which case changing querydefs certainly isn't an issue. I have tended to use a "shared client" without problem, but of course there are downsides. I do it as it makes...
  3. Steve101

    Passthrough Queries and Parameters; Changing Querydefs and Multi-usability

    I have an access application connecting to a SQL database, mostly using ODBC connected linked tables. For performance reasons I also want to use Pass through queries which for complex queries will run much faster. Trouble is, that I seem to need to modify querydefs in order to provide...
  4. Steve101

    Dynamic ADP Connection Problem

    I use code to modify the connection properties of an ADP project. Once set, these properties tend to "stick" to the ADP file, and a subsequent re-open of the project and look at the connection properties confirms this. This situation is fine, providing the connection exists, and can be made. I...
  5. Steve101

    Group String Concatenation

    Thanks Rudy, Triggerhappy, It all helps, but not quite what I was looking for. I have got quite close using dynamically generated CrossTabbing (using case) and a simple SQL function, and for my requirement, this will probably suffice. I may have oversimplified the spec. The number of...
  6. Steve101

    Group String Concatenation

    Thanks guys, Did a search through the forums, but didnt find anything that I could use: (a) I have a solution working which works using the CASE statement to crosstab in an SQL serverside function, but this only works where the crosstab values are finite and known in advance; which is not the...
  7. Steve101

    Group String Concatenation

    I have a table with the following fields: Date City Category Value 01-Jan-07 London A 100 02-Jan-07 London A 150 03-Jan-07 London B 120 04-Jan-07 London A 100 05-Jan-07 London B...
  8. Steve101

    Break Key not responded to on new Computer

    thanks hennep; have tried that; i know that the key combination i am pressing is correct, because it does respond when i include doevent commands in the code. without them though; its very slow to respond; thats why i think its an os config issue. Steve Lewy Solutions Developer SimplyData...
  9. Steve101

    Break Key not responded to on new Computer

    Aceman, Unlikely; as stated, the DoEvents is honoured correctly. I just think that at some operating system level (perhaps), the keyboard interrupts need reconfiguring; just dont know how and where to do this. The DoEvents command would force this, but the default otherwise is what needs to be...
  10. Steve101

    Break Key not responded to on new Computer

    Yes; it is Control-Break, as I indicate several times in the body of the post. Anyone got any ideas on this one? TIA Steve Lewy Solutions Developer SimplyData simplydata.com.au (dont cut corners or you'll go round in circles)
  11. Steve101

    Break Key not responded to on new Computer

    This may be an operating system configuration problem, but I will pose it here as its manifesting when I attempt to run some VB code from Access. I am configuring a new computer (Sony VIAO) to replace an existing Dell I have. Both are running XP Professional. Both have been installed with...
  12. Steve101

    Citrix Service Provider

    I am looking at hosting a Microsoft Access application on a Citrix Server, so that I can provide remote access to it via a browser. There would be a limited user base (hopefully growing), but "reasonable" performance is important. I am looking for a hosting company that can provide me access to...
  13. Steve101

    Getting HTML Control Values back to Serverside script

    Thanks all for your input so far. I may be between a rock and a hard place here, mixing HTML and ASP Controls. Dilema is: If I do a standard submit of the form, I get access to the standard form fields via Request.Form etc, but I lose the postback capability. If I use an ASP button to initiate...
  14. Steve101

    Getting HTML Control Values back to Serverside script

    Thanks for the reply Phil. Perhaps I didnt make myself clear. The control I am attempting to access from the serverside postback script is defined as an HTML control: ie. <input type="text" id="HTMLText" value="123" /> This has no visibility to my serverside scripting; i.e. reference...
  15. Steve101

    Getting HTML Control Values back to Serverside script

    I am using some client side script to dynamically add rows to a table to simulate a datasheet where the number of rows can vary. This uses the Document Object Model. Inside the table cells, I am adding HTML Text INPUT controls. Here are my questions: (a) The existing form that I am using has...
  16. Steve101

    SQL Database Recovery Question

    Thanks guys for your help. Steve Lewy Solutions Developer SimplyData simplydata.com.au (dont cut corners or you'll go round in circles)
  17. Steve101

    SQL Database Recovery Question

    Thanks guys, Your information has been most valuable. Unfortunately, whoever put together the backup mechanism over here is long gone. Fortunately, we are reviewing it. One further question. It appears to me, that SQL Server has all of the capabilities to look after its backup scheduling (both...
  18. Steve101

    SQL Database Recovery Question

    Thanks Denny, Fortunately this is not a real situation; I am auditing an existing backup mechanism. This mechanism seems to imply that by taking midweek backups of LDF files somehow facilitates a capability to re-constitute a database to the last transaction in the LDF from a prior saved full...
  19. Steve101

    SQL Database Recovery Question

    I have been been asked to perform the recovery of a database as a disaster recovery exercise. I have recovered an MDF file taken at the end of last week called MyDataBase.MDF, which represents the full backup taken at this time. I have also recovered an LDF file taken on Tuesday evening...
  20. Steve101

    Determine Last Updated Date on SQL Database

    Thanks Denny, I realise all of that. However, still might be nice to hold some sort of last access'ed stats, maybe at the connection level. But I take your point, if someone wants this badly enough, use the profiler, and build it into the app. Anyway its to the profiler for me (sigh), Steve...

Part and Inventory Search

Back
Top