B4X Programming Forum

E
embedded
Hi Anand...This is Ravi here from Noida. Glad to see you on B4X Forum. Can you share your whatsapp number or contact me on 8168625519. I have some info regarding webapp for you.
AnandGupta
AnandGupta
Hi Ravi,
Glad to meet you. You can PM me here (see conversation)
Much easier for me to respond as I have full time office work pressure.
A
amarnath
Sir I am from Maharashtra. I am not a software developer. But I try. Sir I have one software ready in 2017. At that time I could not print 1 table on 2" printer as I want. Sir now there are many changes in the software. Sir I want to attach Online mysql database. I have been trying for many days but nothing is working. Please help me
AnandGupta
AnandGupta
Hi Amarnath,

Please send the details and I will see what I can do.
A
amarnath
Sir I tried a lot but I can't get anything. Sending this file
A
amarnath
A
amarnath
Sub Globals
Dim mh1 As MysqlHandler '???????????????????????????????
Dim rs1 As ResultSet
End Sub


Sub DBload
mh1.Initialize("sql3.freemysqlhosting.net","sql337471","sql337471","nM7%uF5%") ' sir Please, give me the connection to the Database


If mh1.isConnected = False Then
Msgbox(mh1.SQLError, "Connection Error:")
Return
End If
A
amarnath
sir
Please, give me the connection to the database
A
amarnath
OnlineMysqlDemo_SCRUD
Top