Tag: Hotfix, Hotfix, Patch, Hotfix Full
I only want to extract from the table the first torrent entry.
This is my current code:
What I have tried is:
Dim con As New SqlConnection("Data Source=.;Initial Catalog=ALILIVER_LTX;Persist Security Info=True;User ID=**********;Password=*********;")
Dim cmd As New SqlCommand("SELECT TOP 1 * FROM [dbo].[Log] WHERE FileName LIKE '%\DB_System_Entries.txt%' ORDER BY ID DESC;", con)
A:
Try this:
SELECT * FROM [dbo].[Log] WHERE FileName LIKE '%\DB_System_Entries.txt%' ORDER BY ID DESC
Let me know if it works.
Loading...
Searching...
No Matches be359ba680
Related links:
Commentaires