Click here to Skip to main content
15,905,914 members

Comments by Member 12251479 (Top 3 by date)

Member 12251479 28-May-19 6:10am View    
SELECT j.id,j.kata_id,j.credit,j.buyRate,
SUM(j.credit*j.buyRate) tCredit,
SUM(b.debit*b.sellRate) tdebit,
SUM((j.credit*j.buyRate)-(b.debit*b.sellRate )) Mawjodi
FROM tbl_roznamcha_jam j
JOIN tbl_roznamcha_banam b ON j.kata_id = b.kata_id
GROUP BY j.id
ORDER BY j.id
Member 12251479 21-May-19 17:35pm View    
To "use" an Access DB directly online, you have to expose it with read and write access to the whole internet - which is a good way to have it's data stolen and / or trashed. Directly exposing any DB to the internet is a bad idea! I NEED THIS SOLUTION WILL THAT BE SAME LIKE MS SQL and mysql accessible and be connected to save data there from my vb software ?
Member 12251479 21-May-19 17:32pm View    
i have that on my local Network i need this to be online DropBox , is that possible to be accessible on dropBox on my application as a connection, i know the website i want it to be online free to be connected like MS SQL AND MYSQL DB TO TRANSFER DATA FROM DIFFERENT COMPUTERS TO THE SAME DATABASE, A CHEAP SOLUTION PLEASE