Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 2008 根据卷号将照片从本地驱动器动态显示到crystal report_Sql Server 2008_C# 4.0_Crystal Reports - Fatal编程技术网

Sql server 2008 根据卷号将照片从本地驱动器动态显示到crystal report

Sql server 2008 根据卷号将照片从本地驱动器动态显示到crystal report,sql-server-2008,c#-4.0,crystal-reports,Sql Server 2008,C# 4.0,Crystal Reports,我想根据学生在sql server数据库中的卷号,将学生照片从本地驱动器文件夹动态显示到crystal report。卷号和照片文件名相同。。我的进步感谢那些帮助我的人。。谢谢 据我所知: 1. insert the blob file into database. 2. use crystal report wizard(after established the odbc connection or any). 3. create a command. 4. put your query i

我想根据学生在sql server数据库中的卷号,将学生照片从本地驱动器文件夹动态显示到crystal report。卷号和照片文件名相同。。我的进步感谢那些帮助我的人。。谢谢

据我所知:

1. insert the blob file into database.
2. use crystal report wizard(after established the odbc connection or any).
3. create a command.
4. put your query in there(crystal wizard command).
5. use parameter(optional).
6. Done.

非常感谢你的回复。。由于我是CR新手,你能给我发一些与我的问题相关的教程或网页链接吗。。因为你的答案很短。。有经验的人能理解。。但是我不能。。再次感谢你。。