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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Ogi

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

Part and Inventory Search

Back
Top