Posts by Renato Souza Dias • 11 points
2 posts
-
0
votes1
answer84
viewsA: Receiving database search with SQL Reader
facebook class: using UnityEngine; using System.Collections; public class FaceBook : MonoBehaviour { private int id; private string first; private string last; private string email; private byte[]…
-
1
votes1
answer84
viewsQ: Receiving database search with SQL Reader
Facebook is a class where I store user information, but I don’t know how I use the ExecuteReader to get the information. Can anyone help me with this? (I’m new to the language c#) public Usuario…