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

  • Users: Ogi
  • Order by date
  1. Ogi

    Microsoft Graph API - Calendar events

    Hi Anyone using Microsoft Graph API, specifically createEvent:- I've configured the request to put address in both location and locations but it's being ignored - any ideas what I have done wrong (thought I'd ask first before posting code) Have you used the update/delete routines, what are...
  2. Ogi

    Extracting Data from a MySQL website using a web service call

    Thanks Chris, got a bit further with this. Plus, I do like the "lmgtfy" website :) Carl.
  3. Ogi

    Extracting Data from a MySQL website using a web service call

    Hi Sorry to ask such an ambiguous question and I know some of this is way out of my knowledge but here is what I would like to do:- Call a hidden page on my website to get data out of the MySql database, either by a VB.NET application or a mobile application. A breakdown of what I would like...
  4. Ogi

    Issue with string conversion

    Hi, I've been writing a C++ program in QT on Ubuntu and it's working ok but as I am trialling Linux, I've just copied the files from my Ubuntu system to Linux Mint 14. I've opened the project and it loads and can see all the files but when I come to compile, I get these strange compiler...
  5. Ogi

    Slow Return from table

    I've now completed that for all the search criteria that I use and it's pulling information back in less than a second (two at the outside). Thank you very much. Carl.
  6. Ogi

    Slow Return from table

    WOW! That is impressive! I'll do some admin work and now add some indexes! Cheers for your help Carl.
  7. Ogi

    Slow Return from table

    Hi, Just doing some further research and this is the index information:- Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment Index_comment orders 0 PRIMARY 1 OrderCode A 15617 NULL NULL BTREE orders 1 SECONDARY 1 processstatus A...
  8. Ogi

    Slow Return from table

    Hi, Looking at this I've not got secondary indexes defined correctly? ProcessStatus seems to be the only one with MUL against it. Carl. Field Type Null Key Default Extra OrderCode varchar(50) NO PRI NULL OrderDate datetime YES NULL OrderTime datetime YES NULL DeliveryCost double YES...
  9. Ogi

    Slow Return from table

    Hi, The MySQL database I've got is running on a Windows SBS 2003 server, enough memory and only a hand full of users. We've an orders table that currently holds around 15k of rows. When I do the following:- SELECT * FROM orders WHERE CustomerSurname = 'Smith' I've just selected that...
  10. Ogi

    Moving from VB.NET/Windows to Mint Linux and Kdevelop

    Hi, Thanks for the info, will research your recommendations. Cheers Carl.
  11. Ogi

    Moving from VB.NET/Windows to Mint Linux and Kdevelop

    Hi, I'm considering the jump for our office from Windows XP/VB.NET developed order processing system and taking the whole office over to Linux desktops (not sure on Server as yet - but might look at a NAS device with offsite backup). I like the Mint interface and how it runs! We only use...
  12. Ogi

    Moving from VB.NET/Windows to Mint Linux and Kdevelop

    Hi, I'm considering the jump for our office from Windows XP/VB.NET developed order processing system and taking the whole office over to Linux desktops (not sure on Server as yet - but might look at a NAS device with offsite backup). I like the Mint interface and how it runs! We only use...
  13. Ogi

    Using VB.NET to send an SMS via an Android Phone

    Hi, Do you know if it's possible to send an SMS from a VB.NET through your Android phone? I've got a Samsung Galaxy S2 and want to be able to send SMS's out via my phone (rather than MightyText or an Android/Web app). Cheers Carl.
  14. Ogi

    Send SMS via an Android Phone connect to the PC

    Hi, Do you know of any examples where I can send an SMS message via VB.NET using my Android Phone? I'm struggling finding example code from Google. Cheers Carl.
  15. Ogi

    Search for ' as in a name like "O'Neil"

    Hi, Not sure if this is in the correct section but as my issue is in VB6, thought I'd ask here! Just wondering how to get round a name search when you store in the database "O'Neil" and want to do a search? Obviously an Sql statement can't read:- SELECT * FROM Customers WHERE Name Like...
  16. Ogi

    Writing reports without having Crystal

    What's the best way to write reports? Especially ones with graphic images and fancy text? I'm currently writing it all in HTML, sending it to a Webbrowser and then printing it but not sure on the most efficient way to control the printer? Cheers in advance, Carl.
  17. Ogi

    Search for ' as in a name like "O'Neil"

    Hi, Not sure if this is in the correct section but as my issue is in VB6, thought I'd ask here! Just wondering how to get round a name search when you store in the database "O'Neil" and want to do a search? Obviously an Sql statement can't read:- SELECT * FROM Customers WHERE Name Like...
  18. Ogi

    13" Macbook drive died - Max Replacement Drive size

    Turns out it was a faulty new HDD, installed a replacement one and it's working like a dream! This time I'll make backups!!!!!! Thanks for your help! Carl.
  19. Ogi

    13" Macbook drive died - Max Replacement Drive size

    It might be that I've upgraded the memory, luckily I have the original memory so will put that back in and try a Tiger re-install. The interface isn't fried as I can seen the new drive and even erase/create a new partition. Will try it again tonight with original ram and report back! Thanks...
  20. Ogi

    13" Macbook drive died - Max Replacement Drive size

    Hi, My Macbook OS froze on Sunday night, after turning the power off and then on/off 2/3 more times, the folder icon came up flashing. I've been told I've now lost everything! Should of done some backups but hey ho! Now! I would like to put a 250Gb 2.5" drive in, rather than the 60Gb (or...

Part and Inventory Search

Back
Top