Title: How to Get Rid Of the Annoying SQL Wait Cursorprocedure TForm1.FormCreate(Sender: TObject);begin Screen.Cursors[crSQLWait] := Screen.Cursors[crHourGlass]; // or whatever cursor you would like to replace the SQL hourglass withend;